Skip to content

Commit

Permalink
fix: remove bold weight
Browse files Browse the repository at this point in the history
  • Loading branch information
maxholman committed Jan 13, 2023
1 parent 819b2f1 commit 15aa009
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/tooltip.css.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ export const tooltipClass = style([
left: '0',
background: hsl(0, 0, contrastSchemeVars.level5.l),
color: hsl(0, 0, contrastSchemeVars.level0.l),
fontWeight: genericVars.text.weight.bold,
padding: genericVars.space.tiny,
borderRadius: genericVars.radius.medium,
pointerEvents: 'none',
Expand Down

0 comments on commit 15aa009

Please sign in to comment.