Skip to content

Commit

Permalink
fix(ConfirmDialog): change fontSize to text-body-1 (#234)
Browse files Browse the repository at this point in the history
  • Loading branch information
Qbit982 authored Oct 24, 2024
1 parent 012ed22 commit 1134f3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ConfirmDialog/ConfirmDialog.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ $block: '.#{variables.$ns}confirm-dialog';

#{$block} {
&__body {
@include mixins.text-body-2;
@include mixins.text-body-1;
}
}

0 comments on commit 1134f3c

Please sign in to comment.