Skip to content

Commit

Permalink
fix(modal): styles of export to csv button (#1745)
Browse files Browse the repository at this point in the history
  • Loading branch information
markchou0225 committed Feb 7, 2024
1 parent ea82004 commit 75c8281
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/scss/components/toolbar/_modal.scss
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@
vertical-align: top;
}

.#{globals.$prefix}--btn-primary {
.#{globals.$prefix}--btn--primary {
&:hover {
color: var(--#{globals.$prefix}-text-on-color, #ffffff);
background-color: var(--#{globals.$prefix}-button-primary-hover, #0050e6);
Expand Down

0 comments on commit 75c8281

Please sign in to comment.