Skip to content

Commit 87f3227

Browse files
committed
feat(theme): 🎨 add common web style to component default styles
1 parent f400928 commit 87f3227

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed

src/theme/defaultTheme/button.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -527,4 +527,6 @@ export const button = {
527527
text: "text-base font-medium",
528528
},
529529
},
530+
531+
web: { outline: 0 },
530532
};

src/theme/defaultTheme/checkbox.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -325,4 +325,6 @@ export const checkbox = {
325325
},
326326
},
327327
},
328+
329+
web: { outline: 0 },
328330
};

src/theme/defaultTheme/radio.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,4 +241,6 @@ export const radio = {
241241
labelText: "text-gray-900 font-medium",
242242
common: "text-gray-600 font-normal",
243243
},
244+
245+
web: { outline: 0 },
244246
};

src/theme/defaultTheme/tag.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,4 +180,6 @@ export const tag = {
180180
text: "text-base font-medium",
181181
},
182182
},
183+
184+
web: { outline: 0 },
183185
};

0 commit comments

Comments
 (0)