浏览代码

Merge pull request #15708 from open-webui/dev

fix/refac: icon styling
Tim Jaeryang Baek 2 月之前
父节点
当前提交
2470da8336
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      src/lib/components/icons/CheckBox.svelte

+ 0 - 2
src/lib/components/icons/CheckBox.svelte

@@ -12,11 +12,9 @@
 	class={className}
 	><path
 		d="M3 20.4V3.6C3 3.26863 3.26863 3 3.6 3H20.4C20.7314 3 21 3.26863 21 3.6V20.4C21 20.7314 20.7314 21 20.4 21H3.6C3.26863 21 3 20.7314 3 20.4Z"
-		stroke="#000000"
 		stroke-width="1.5"
 	></path><path
 		d="M7 12.5L10 15.5L17 8.5"
-		stroke="#000000"
 		stroke-width="1.5"
 		stroke-linecap="round"
 		stroke-linejoin="round"