Skip to content

Commit 8b7b50c

Browse files
committed
refactor: ♻️ change "" to text-transparent to avoid tailwind classname warning
1 parent 2d78105 commit 8b7b50c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/theme/defaultTheme/input.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ export const input = {
122122
disabled: "text-gray-500",
123123
},
124124
focusWeb: {
125-
borderColor: "",
125+
borderColor: "text-transparent",
126126
outlineOffset: 0.7,
127127
outlineStyle: "none",
128128
},

0 commit comments

Comments
 (0)