mirror of
https://github.com/kmc7468/arkvault.git
synced 2025-12-16 06:58:46 +00:00
FloatingActionButton 컴포넌트 리팩토링 2
This commit is contained in:
@@ -110,11 +110,11 @@
|
||||
</div>
|
||||
|
||||
<FloatingButton
|
||||
offset="bottom-24 right-4"
|
||||
icon={IconAdd}
|
||||
onclick={() => {
|
||||
isEntryCreateBottomSheetOpen = true;
|
||||
}}
|
||||
class="bottom-24 right-4"
|
||||
/>
|
||||
<EntryCreateBottomSheet
|
||||
bind:isOpen={isEntryCreateBottomSheetOpen}
|
||||
|
||||
Reference in New Issue
Block a user