Skip to content

Commit

Permalink
chore(boards): change text filter tags button (#1589)
Browse files Browse the repository at this point in the history
  • Loading branch information
purusott authored Jul 18, 2024
1 parent 193fc34 commit d80e8f6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ function FilterButton({ filterOptions }: { filterOptions?: TTag[] }) {
<div className="relative [&>span]:absolute [&>span]:top-[-10px] [&>span]:right-[-10px]">
<SecondaryButton
aria-label="Filtrer på merkelapper"
className="w-full"
className="w-full whitespace-nowrap"
>
Merkelapper
Filtrer merkelapper
<FilterIcon aria-hidden="true" />
</SecondaryButton>
<NotificationBadge variant="primary" max={10}>
Expand Down

0 comments on commit d80e8f6

Please sign in to comment.