excalidraw/src/components/Button.scss
Aakansha Doshi 893c487add
fix: remove overflow hidden from button (#6110)
remove overflow hidden from button
2023-01-13 15:44:33 +05:30

8 lines
102 B
SCSS

@import "../css/theme";
.excalidraw {
.excalidraw-button {
@include outlineButtonStyles;
}
}