minor UI fixes

This commit is contained in:
Ruben Fiszel
2022-07-20 20:02:12 +02:00
parent 9adf252c1f
commit 855647fdf0
2 changed files with 2 additions and 2 deletions

View File

@@ -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>

View File

@@ -32,6 +32,6 @@
display: block;
}
.selected {
@apply bg-gray-300/90;
@apply bg-blue-500/70;
}
</style>