Michelle Lam commited on
Commit
bfcb1c0
1 Parent(s): 9696318

Updates secondary color style for SMUI elements

Browse files
indie_label_svelte/public/global.css CHANGED
@@ -319,4 +319,15 @@ table {
319
 
320
  .mdc-drawer .mdc-deprecated-list-item {
321
  height: 64px !important;
322
- }
 
 
 
 
 
 
 
 
 
 
 
 
319
 
320
  .mdc-drawer .mdc-deprecated-list-item {
321
  height: 64px !important;
322
+ }
323
+
324
+ /* Material UI secondary button formatting */
325
+ :root {
326
+ --mdc-theme-secondary: #676778;
327
+ }
328
+ .smui-button--color-secondary:not(:disabled) {
329
+ color: var(--mdc-theme-secondary) !important;
330
+ }
331
+ .smui-button--color-secondary.mdc-button--outlined:not(:disabled) {
332
+ border-color: var(--mdc-theme-secondary) !important;
333
+ }