Skip to content

Commit

Permalink
fix: font size on modals according to nikola
Browse files Browse the repository at this point in the history
  • Loading branch information
Lisi Linhart committed Oct 25, 2023
1 parent 674df77 commit 6ebe511
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Modal/modal.scss
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
min-height: 30px;
padding: 5px 0 20px;
color: $sb-dark-blue-75;
font-size: $font-size-default;
font-size: $font-14;
}

&-footer {
Expand Down

0 comments on commit 6ebe511

Please sign in to comment.