chore(app): cleanup tailwind vs pure css
This commit is contained in:
parent
eac2d4c699
commit
099ab929db
23 changed files with 158 additions and 279 deletions
|
|
@ -37,7 +37,7 @@ export function Avatar(props: AvatarProps) {
|
|||
}}
|
||||
>
|
||||
<Show when={src} fallback={split.fallback?.[0]}>
|
||||
{(src) => <img src={src()} draggable={false} class="size-full object-cover rounded-[inherit]" />}
|
||||
{(src) => <img src={src()} draggable={false} data-slot="avatar-image" />}
|
||||
</Show>
|
||||
</div>
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue