quick help style
This commit is contained in:
parent
27347a8399
commit
603616b4a3
@ -2,7 +2,10 @@
|
||||
import { CircleHelp } from 'lucide-svelte';
|
||||
</script>
|
||||
|
||||
<div class="{$$props.class || ''} text-sm rounded border flex flex-row items-center p-2">
|
||||
<div
|
||||
class="{$$props.class ||
|
||||
''} text-sm bg-muted font-light rounded border flex flex-row items-center p-2"
|
||||
>
|
||||
<CircleHelp size="16" class="w-4 mr-2 shrink-0 grow-0" />
|
||||
<slot />
|
||||
</div>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user