Skip to content

Commit

Permalink
lighten tooltip (#195)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeldking committed Mar 7, 2024
1 parent ee4f922 commit c1ed580
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tooltip/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export const tooltipCSS = ({ placement }: { placement: PlacementAxis }) => {
--tooltip-target-offset: ${theme.spacing.tooltip.offset}px;
--tooltip-tip-width: 8px;
--tooltip-max-inline-size: 200px;
--tooltip-background-color: var(--ac-global-color-grey-200);
--tooltip-background-color: var(--ac-global-color-grey-300);
color: var(--ac-global-text-color-900);
background-color: var(--tooltip-background-color);
position: relative;
Expand Down

0 comments on commit c1ed580

Please sign in to comment.