mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2025-08-31 23:53:25 +00:00
quick help style
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user