Skip to content

Commit

Permalink
Hacky fix for tooltip display issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Cosmin-Parvulescu committed Oct 26, 2023
1 parent 6d725d0 commit 4a620b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/design-system/src/atoms/info/Info.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export default function Info({
<Tooltip
arrow={false}
content={description}
className="bg-white text-black dark:text-white shadow absolute z-5 w-max"
className="!bg-white !text-gray-500 !dark:text-white shadow absolute z-5 w-max"
placement={placement}
>
<img src={iIcon} alt={`${name} info`} />
Expand Down

0 comments on commit 4a620b7

Please sign in to comment.