Skip to content

Commit

Permalink
feat: update style of missing petnames (#23458)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewwalsh0 authored Mar 13, 2024
1 parent 3b4614b commit 845b7b3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ui/components/app/name/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
max-width: 100%;

&__missing {
background-color: var(--color-error-muted);
background-color: var(--color-background-alternative);

.name__value {
color: var(--color-error-default);
color: var(--color-text-default);
}
}

Expand All @@ -32,7 +32,7 @@
}

&__missing &__icon {
color: var(--color-error-default);
color: var(--color-text-default);
}

&__saved &__icon {
Expand Down

0 comments on commit 845b7b3

Please sign in to comment.