aboutsummaryrefslogtreecommitdiffstats
path: root/packages/excalidraw/components/Button.scss
diff options
context:
space:
mode:
Diffstat (limited to 'packages/excalidraw/components/Button.scss')
-rw-r--r--packages/excalidraw/components/Button.scss7
1 files changed, 7 insertions, 0 deletions
diff --git a/packages/excalidraw/components/Button.scss b/packages/excalidraw/components/Button.scss
new file mode 100644
index 0000000..9abcf59
--- /dev/null
+++ b/packages/excalidraw/components/Button.scss
@@ -0,0 +1,7 @@
+@import "../css/theme";
+
+.excalidraw {
+ .excalidraw-button {
+ @include outlineButtonStyles;
+ }
+}