Browse Source

Clean up styles (#3305)

pull/3308/head
Thomas Kaul 11 months ago
committed by GitHub
parent
commit
47fd029e0c
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 7
      libs/ui/src/lib/account-balances/account-balances.component.scss

7
libs/ui/src/lib/account-balances/account-balances.component.scss

@ -1,10 +1,3 @@
:host {
display: block;
}
:host-context(.is-dark-theme) {
input {
color: rgb(var(--light-primary-text));
background-color: rgb(var(--palette-foreground-text-light));
}
}

Loading…
Cancel
Save