excalidraw/src/components/Button.scss
Barnabás Molnár 699897f71b
feat: generic button export (#6092)
Co-authored-by: dwelle <luzar.david@gmail.com>
2023-01-12 13:06:00 +01:00

9 lines
124 B
SCSS

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