File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -195,7 +195,7 @@ export default {
195195 padding : 8 px ;
196196 & .vc-invalid {
197197 pointer-events : none;
198- opacity : 50 % ;
198+ opacity : 0.5 ;
199199 }
200200 &:not (:first-child ) {
201201 border-top : 1 px solid var (--gray-400 );
@@ -256,6 +256,7 @@ export default {
256256 font-size : var (--text-sm );
257257 font-weight : var (--font-medium );
258258 padding : 0 4 px ;
259+ background : transparent;
259260 border : 2 px solid transparent;
260261 border-radius : var (--rounded );
261262 line-height : var (--leading-snug );
Original file line number Diff line number Diff line change @@ -36,6 +36,7 @@ export default {
3636 appearance : none;
3737 width : 52 px ;
3838 height : 30 px ;
39+ font-size : var (--text-base );
3940 font-weight : var (--font-medium );
4041 text-align : left;
4142 background-color : var (--gray-200 );
You can’t perform that action at this time.
0 commit comments