Browse Source

refac: styling

Timothy Jaeryang Baek 3 months ago
parent
commit
248fcf1636
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/components/workspace/common/ValvesModal.svelte

+ 1 - 1
src/lib/components/workspace/common/ValvesModal.svelte

@@ -136,7 +136,7 @@
 
 
 					<div class="flex justify-end pt-3 text-sm font-medium">
 					<div class="flex justify-end pt-3 text-sm font-medium">
 						<button
 						<button
-							class=" px-4 py-2 bg-emerald-700 hover:bg-emerald-800 text-gray-100 transition rounded-lg flex flex-row space-x-1 items-center {saving
+							class="px-3.5 py-1.5 text-sm font-medium bg-black hover:bg-gray-900 text-white dark:bg-white dark:text-black dark:hover:bg-gray-100 transition rounded-full {saving
 								? ' cursor-not-allowed'
 								? ' cursor-not-allowed'
 								: ''}"
 								: ''}"
 							type="submit"
 							type="submit"