Add border to images
This commit is contained in:
parent
547e3e5574
commit
10d6751f6f
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@
|
||||||
? 'border-orange-300'
|
? 'border-orange-300'
|
||||||
: type === 'artists'
|
: type === 'artists'
|
||||||
? 'border-cyan-300'
|
? 'border-cyan-300'
|
||||||
: ''}"
|
: 'border-purple-300'}"
|
||||||
>
|
>
|
||||||
{#if image}
|
{#if image}
|
||||||
<Card.Content class="p-0">
|
<Card.Content class="p-0">
|
||||||
|
|
Loading…
Add table
Reference in a new issue