File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
infrastructure/control-panel/src/routes/example Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments