Skip to content

Commit

Permalink
fix: text color in tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
Viraj-10 committed Jul 3, 2024
1 parent 3938d96 commit fa7128e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const tooltipContentStyle = tva({
});

const tooltipTextStyle = tva({
base: 'font-normal tracking-normal text-red-400 web:select-none text-xs text-typography-50',
base: 'font-normal tracking-normal web:select-none text-xs text-typography-50',

variants: {
isTruncated: {
Expand Down

0 comments on commit fa7128e

Please sign in to comment.