@@ -25,9 +25,9 @@ const forms = plugin(function ({ addBase, theme }) {
25
25
` ] : {
26
26
appearance : 'none' ,
27
27
'background-color' : '#fff' ,
28
- 'border-color' : theme ( 'colors.gray.300 ' , colors . gray [ 300 ] ) ,
28
+ 'border-color' : theme ( 'colors.gray.500 ' , colors . gray [ 500 ] ) ,
29
29
'border-width' : borderWidth [ 'DEFAULT' ] ,
30
- 'border-radius' : borderRadius . md ,
30
+ 'border-radius' : borderRadius . none ,
31
31
'padding-top' : spacing [ 2 ] ,
32
32
'padding-right' : spacing [ 3 ] ,
33
33
'padding-bottom' : spacing [ 2 ] ,
@@ -49,7 +49,7 @@ const forms = plugin(function ({ addBase, theme }) {
49
49
} ,
50
50
51
51
'input::placeholder, textarea::placeholder' : {
52
- color : theme ( 'colors.gray.400 ' , colors . gray [ 400 ] ) ,
52
+ color : theme ( 'colors.gray.500 ' , colors . gray [ 500 ] ) ,
53
53
opacity : '1' ,
54
54
} ,
55
55
@@ -67,8 +67,8 @@ const forms = plugin(function ({ addBase, theme }) {
67
67
select : {
68
68
'background-image' : `url("${ svgToDataUri (
69
69
`<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 20 20"><path stroke="${ theme (
70
- 'colors.gray.400 ' ,
71
- colors . gray [ 400 ]
70
+ 'colors.gray.500 ' ,
71
+ colors . gray [ 500 ]
72
72
) } " stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M6 8l4 4 4-4"/></svg>`
73
73
) } ")`,
74
74
'background-position' : `right ${ spacing [ 2 ] } center` ,
@@ -103,12 +103,12 @@ const forms = plugin(function ({ addBase, theme }) {
103
103
width : spacing [ 4 ] ,
104
104
color : theme ( 'colors.blue.600' , colors . blue [ 600 ] ) ,
105
105
'background-color' : '#fff' ,
106
- 'border-color' : theme ( 'colors.gray.300 ' , colors . gray [ 300 ] ) ,
106
+ 'border-color' : theme ( 'colors.gray.500 ' , colors . gray [ 500 ] ) ,
107
107
'border-width' : borderWidth [ 'DEFAULT' ] ,
108
108
} ,
109
109
110
110
[ `[type='checkbox']` ] : {
111
- 'border-radius' : borderRadius [ 'DEFAULT ' ] ,
111
+ 'border-radius' : borderRadius [ 'none ' ] ,
112
112
} ,
113
113
114
114
[ `[type='radio']` ] : {
@@ -128,7 +128,7 @@ const forms = plugin(function ({ addBase, theme }) {
128
128
'--tw-ring-offset-shadow' : `var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color)` ,
129
129
'--tw-ring-shadow' : `var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color)` ,
130
130
'box-shadow' : `var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)` ,
131
- 'border-color' : theme ( 'colors.gray.400 ' , colors . gray [ 400 ] ) ,
131
+ 'border-color' : theme ( 'colors.gray.500 ' , colors . gray [ 500 ] ) ,
132
132
} ,
133
133
134
134
[ `
0 commit comments