Skip to content

Commit

Permalink
fix fallback
Browse files Browse the repository at this point in the history
  • Loading branch information
OlgaLarina committed Feb 14, 2025
1 parent b28cffa commit b8b7bd8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/survey-creator-core/src/utils/layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -175,8 +175,8 @@
}

.svc-toolbar-item__icon {
width: var(--ctr-menu-toolbar-button-icon-width, var(--sjs-spacing-x3));
height: var(--ctr-menu-toolbar-button-icon-height, var(--sjs-spacing-x3));
width: var(--ctr-menu-toolbar-button-icon-width, var(--sjs-font-size-x3));
height: var(--ctr-menu-toolbar-button-icon-height, var(--sjs-font-size-x3));

use {
fill: var(--ctr-menu-toolbar-button-icon-color, var(--sjs-layer-1-foreground-75, #000000bf));
Expand Down

0 comments on commit b8b7bd8

Please sign in to comment.