Skip to content

Commit

Permalink
fix(fuselage): Tooltip border-radius
Browse files Browse the repository at this point in the history
  • Loading branch information
ggazzo committed Aug 11, 2022
1 parent 7a0c339 commit 37610c1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/fuselage/src/components/Tooltip/Tooltip.styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,10 @@ $tooltip-text-color: functions.theme(

color: $tooltip-text-color;

border-radius: theme('tooltip-border-radius', lengths.border-radius(medium));
border-radius: functions.theme(
'tooltip-border-radius',
lengths.border-radius(medium)
);

background-color: $tooltip-background-color;

Expand Down

0 comments on commit 37610c1

Please sign in to comment.