refactor: update border radius

This commit is contained in:
Methapon2001 2024-04-19 11:06:51 +07:00
parent c9f002408b
commit bc25a5dbff

View file

@ -16,6 +16,7 @@ defineProps<{
<q-item
v-for="v in list"
:key="v.label"
class="rounded"
:class="v.count === 0 ? 'disable-item' : ''"
:clickable="v.count > 0"
:active="selector === v.label"
@ -43,7 +44,6 @@ defineProps<{
.active {
color: hsl(var(--info-fg)) !important;
background-color: hsl(var(--info-bg));
border-radius: var(--radius-3);
.dot {
background-color: hsla(var(--info-bg));
@ -59,7 +59,6 @@ defineProps<{
.q-item {
align-items: center;
border-radius: var(--radius-3);
border: 1px solid transparent;
padding: 6px 16px;
min-height: 0;