Using canvas for now

This commit is contained in:
Lani Aung
2021-10-11 19:25:42 -06:00
parent 738b3c6d35
commit 590c84b81f
10 changed files with 469 additions and 431 deletions
+5 -1
View File
@@ -7,8 +7,8 @@ $fxl-orange: #ff6e40;
);
@use "@material/button/styles";
@use "@material/button/mixins" as button-mixins;
@use "@material/icon-button/icon-button";
@use "@material/linear-progress";
@use "@material/top-app-bar/mdc-top-app-bar";
@use "@material/typography/mdc-typography";
@@ -40,6 +40,10 @@ body {
li {
margin: 0 0.25em;
button.active-set {
@include button-mixins.filled-accessible($fxl-gray);
}
}
}
}