Skip to content

Commit 1dd81fa

Browse files
committed
fix sep color in tag-input
1 parent 42004e1 commit 1dd81fa

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/pages/index/Settings/index.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,10 @@ const FilterSettings = () => {
108108
padding: "0 2px",
109109
overflow: "scroll",
110110
boxShadow: "none",
111+
borderColor: "var(--pb-sep)",
112+
":hover": {
113+
borderColor: "var(--pb-sep)",
114+
},
111115
}),
112116
menu: (base) => ({ ...base, zIndex: 999 }),
113117
input: (base) => ({ ...base, boxShadow: "none" }),

0 commit comments

Comments
 (0)