mirror of
https://github.com/kmc7468/arkvault.git
synced 2025-12-15 22:38:47 +00:00
암호 키 내보내기 페이지 레이아웃 구현
This commit is contained in:
@@ -8,7 +8,10 @@
|
||||
let { children, onclick }: Props = $props();
|
||||
</script>
|
||||
|
||||
<button {onclick} class="font-medium text-gray-800 active:rounded-xl active:bg-gray-100">
|
||||
<button
|
||||
{onclick}
|
||||
class="text-sm font-medium text-gray-800 underline underline-offset-2 active:rounded-xl active:bg-gray-100"
|
||||
>
|
||||
<div class="h-full w-full p-1 transition active:scale-95">
|
||||
{@render children?.()}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user