mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-30 20:56:36 +00:00
Update Store Auth card to use primary-text-color (#2725)
This commit is contained in:
parent
9d6c0773c5
commit
5cc23ab084
@ -18,6 +18,10 @@ class HaStoreAuth extends LocalizeMixin(PolymerElement) {
|
|||||||
right: 16px;
|
right: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.card-content {
|
||||||
|
color: var(--primary-text-color);
|
||||||
|
}
|
||||||
|
|
||||||
.card-actions {
|
.card-actions {
|
||||||
text-align: right;
|
text-align: right;
|
||||||
border-top: 0;
|
border-top: 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user