Fix: Application Search text color should be light in dark mode (#9788)
Fixes #8707
This commit is contained in:
@ -35,6 +35,9 @@ export class LibraryPageApplicationList extends AKElement {
|
||||
input:focus {
|
||||
outline: 0;
|
||||
}
|
||||
:host([theme="dark"]) input {
|
||||
color: var(--ak-dark-foreground) !important;
|
||||
}
|
||||
`,
|
||||
];
|
||||
}
|
||||
|
Reference in New Issue
Block a user