Skip to content

Commit 7d4c61c

Browse files
ricardoduplosdanielfdsilva
authored andcommitted
Tweak input and select appearance
1 parent dfc2bfe commit 7d4c61c

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

packages/client/src/theme/theme.ts

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,24 @@ const theme = {
8080
}
8181
}
8282
},
83+
Input: {
84+
variants: {
85+
outline: {
86+
field: {
87+
border: '2px solid'
88+
}
89+
}
90+
}
91+
},
92+
Select: {
93+
variants: {
94+
outline: {
95+
field: {
96+
border: '2px solid'
97+
}
98+
}
99+
}
100+
},
83101
Button: {
84102
baseStyle: {
85103
borderRadius: 'md',

0 commit comments

Comments
 (0)