feat(theme): implement Falukant theme with updated styles and components
This commit is contained in:
@@ -184,7 +184,9 @@ export default {
|
||||
min-height: 38px;
|
||||
}
|
||||
|
||||
.dialog-button:hover {
|
||||
color: var(--color-primary-hover);
|
||||
.dialog-button:hover:not(:disabled),
|
||||
.dialog-button:active:not(:disabled),
|
||||
.dialog-button:focus-visible:not(:disabled) {
|
||||
color: var(--color-text-on-accent);
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user