Michelle Lam commited on
Commit
1b2c96a
·
1 Parent(s): 9cb3d0b

Fixes icon styling in hypothesis panel

Browse files
indie_label_svelte/public/global.css CHANGED
@@ -342,3 +342,9 @@ table {
342
  .smui-button--color-secondary.mdc-button--outlined:not(:disabled) {
343
  border-color: var(--mdc-theme-secondary) !important;
344
  }
 
 
 
 
 
 
 
342
  .smui-button--color-secondary.mdc-button--outlined:not(:disabled) {
343
  border-color: var(--mdc-theme-secondary) !important;
344
  }
345
+ .smui-button--color-secondary .mdc-button__ripple::before, .smui-button--color-secondary .mdc-button__ripple::after {
346
+ background-color: var(--mdc-theme-secondary) !important;
347
+ }
348
+ .smui-button--color-secondary:not(:disabled) .mdc-button__icon {
349
+ color: var(--mdc-theme-secondary) !important;
350
+ }
indie_label_svelte/src/HypothesisPanel.svelte CHANGED
@@ -533,7 +533,6 @@
533
  color="secondary"
534
  >
535
  <Label>
536
- <Icon class="material-icons">feedback_outline</Icon>
537
  Feedback
538
  </Label>
539
  </Button>
 
533
  color="secondary"
534
  >
535
  <Label>
 
536
  Feedback
537
  </Label>
538
  </Button>