summaryrefslogtreecommitdiffstats
path: root/packages/excalidraw/components/Button.scss
blob: 9abcf59d11d2bd3933e5f2d3d94fb46af3668fcf (plain) (blame)
1
2
3
4
5
6
7
@import "../css/theme";

.excalidraw {
  .excalidraw-button {
    @include outlineButtonStyles;
  }
}