mirror of
https://github.com/pheralb/svgl.git
synced 2024-11-13 08:46:56 +08:00
⚙️ Fix warning message to include close button
This commit is contained in:
parent
6976e77f66
commit
64d5a675f9
@ -1,5 +1,5 @@
|
|||||||
<script lang="ts">
|
<script lang="ts">
|
||||||
import { BookIcon, Check, MegaphoneIcon } from 'lucide-svelte';
|
import { BookIcon, Check, MegaphoneIcon, XIcon } from 'lucide-svelte';
|
||||||
import { browser } from '$app/environment';
|
import { browser } from '$app/environment';
|
||||||
import { buttonStyles } from '@/ui/styles';
|
import { buttonStyles } from '@/ui/styles';
|
||||||
import { cn } from '@/utils/cn';
|
import { cn } from '@/utils/cn';
|
||||||
@ -36,8 +36,8 @@
|
|||||||
warning = true;
|
warning = true;
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<Check size={14} strokeWidth={2} />
|
<XIcon size={14} strokeWidth={2} />
|
||||||
<span>Accept</span>
|
<span>Close</span>
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user