Skip to content

Commit

Permalink
chore(fuselage): Modal annotations font color (#1308)
Browse files Browse the repository at this point in the history
Co-authored-by: Douglas Fabris <devfabris@gmail.com>
  • Loading branch information
yash-rajpal and dougfabris authored Mar 27, 2024
1 parent cf0642f commit 977f452
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/fuselage/src/components/Modal/Modal.styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ $modal-margin: theme('modal-margin', auto);
margin: $modal-container-margin;

&-annotation {
color: colors.font(default);
color: colors.font(secondary-info);
@include typography.use-font-scale(c1);
}
}
Expand Down

0 comments on commit 977f452

Please sign in to comment.