Skip to content

Commit 0db9e1e

Browse files
committed
feat: added voult button shadow
1 parent 183d1fd commit 0db9e1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infrastructure/control-panel/src/routes/example/+page.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@
137137
<div class="w-full flex justify-between items-center p-4 bg-white shadow-sm z-10">
138138
<h4 class="text-xl text-gray-800 font-semibold">Live Monitoring</h4>
139139
<div class="flex gap-2">
140-
<ButtonAction class="w-[max-content]" variant="soft" size="sm" callback={() => {isModalOpen = !isModalOpen}}>+ Add Vault</ButtonAction>
140+
<ButtonAction class="w-[max-content] shadow-md" variant="soft" size="sm" callback={() => {isModalOpen = !isModalOpen}}>+ Add Vault</ButtonAction>
141141
<button
142142
onclick={() => isPaused = !isPaused}
143143
class="px-4 py-2 flex items-center gap-2 text-base font-geist font-medium text-gray-700 bg-white border border-[#e5e5e5] rounded-full shadow-md hover:bg-gray-50 transition-colors"

0 commit comments

Comments
 (0)