refactor(ui): better color names
This commit is contained in:
@@ -194,7 +194,7 @@ export default {
|
||||
|
||||
ul.suggestions {
|
||||
@apply hidden;
|
||||
@apply bg-actColor;
|
||||
@apply bg-primary;
|
||||
@apply absolute;
|
||||
@apply mx-2;
|
||||
@apply left-0;
|
||||
@@ -222,8 +222,8 @@ export default {
|
||||
|
||||
&:hover,
|
||||
&.active {
|
||||
@apply bg-acColor;
|
||||
@apply text-actColor;
|
||||
@apply bg-accent;
|
||||
@apply text-primary;
|
||||
@apply cursor-pointer;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user