Skip to content

Commit e97c937

Browse files
fix(toolbar): Fix certain selection menu icons are invisible with the
default theme
1 parent 3afd9a4 commit e97c937

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/js-draw/src/toolbar/widgets/components/makeButtonGrid.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@
1111
> .icon {
1212
max-width: var(--button-size);
1313
max-height: var(--button-size);
14+
15+
// Ensures that all icons have the same base size
16+
width: 48px;
17+
height: 48px;
1418
}
1519

1620
> label {

0 commit comments

Comments
 (0)