浏览代码

refac: styling

Timothy Jaeryang Baek 3 月之前
父节点
当前提交
248fcf1636
共有 1 个文件被更改,包括 1 次插入1 次删除
  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">
 						<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'
 								: ''}"
 							type="submit"