Skip to content

Commit

Permalink
chore: delete failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
DSil committed Feb 9, 2024
1 parent 8d02386 commit 03aa1f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/orbit-components/src/Tag/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ const Tag = React.forwardRef<HTMLDivElement, Props>(
!!(onClick || onRemove) &&
"cursor-pointer [&_.orbit-tag-close-container]:active:opacity-100",
selected && [
"text-white-normal",
"text-red-normal",
dateTag
? [
"bg-ink-light-hover",
Expand Down

0 comments on commit 03aa1f9

Please sign in to comment.