Skip to content

Commit

Permalink
fix: use sass variable for 12px font size
Browse files Browse the repository at this point in the history
Signed-off-by: Yulong Ruan <[email protected]>
  • Loading branch information
ruanyl committed Oct 21, 2024
1 parent 69ba974 commit 805cbce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/components/visualization/text2viz.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
.vizStyleEditor__editButton {
height: 22px;
padding: 2px;
font-size: 12px;
font-size: $ouiFontSizeXS;
}

.text2viz__feedbackContainer {
Expand Down

0 comments on commit 805cbce

Please sign in to comment.