refactor: убрать ring бордер с карточки продукта
All checks were successful
Build Docker Image / build (push) Successful in 4m34s
All checks were successful
Build Docker Image / build (push) Successful in 4m34s
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
padding="md"
|
||||
interactive
|
||||
class="cursor-pointer overflow-hidden min-w-36 shrink-0"
|
||||
:class="{ 'ring-2 ring-primary': selected }"
|
||||
:class="{ 'bg-base-200': selected }"
|
||||
@click="$emit('select')"
|
||||
>
|
||||
<div class="relative min-h-14">
|
||||
|
||||
Reference in New Issue
Block a user