minor UI fixes
This commit is contained in:
@@ -34,6 +34,6 @@
|
||||
}
|
||||
|
||||
label.selected {
|
||||
@apply border bg-blue-500/90 text-white rounded-md px-3 flex items-center justify-center text-sm font-medium uppercase sm:flex-1 cursor-pointer focus:outline-none;
|
||||
@apply border bg-blue-500/70 text-white rounded-md px-3 flex items-center justify-center text-sm font-medium uppercase sm:flex-1 cursor-pointer focus:outline-none;
|
||||
}
|
||||
</style>
|
||||
|
||||
@@ -32,6 +32,6 @@
|
||||
display: block;
|
||||
}
|
||||
.selected {
|
||||
@apply bg-gray-300/90;
|
||||
@apply bg-blue-500/70;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user