File tree 3 files changed +7
-1
lines changed
3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ " @cube-dev/ui-kit " : patch
3
+ ---
4
+
5
+ Apply the correct preset style to all action components.
Original file line number Diff line number Diff line change @@ -123,7 +123,6 @@ const DEFAULT_STYLES: Styles = {
123
123
position : 'relative' ,
124
124
margin : 0 ,
125
125
fontFamily : 'var(--font)' ,
126
- fontWeight : 'inherit' ,
127
126
border : 0 ,
128
127
padding : 0 ,
129
128
outline : {
Original file line number Diff line number Diff line change @@ -90,6 +90,7 @@ const SelectWrapperElement = tasty({
90
90
91
91
Value : {
92
92
...DEFAULT_INPUT_STYLES ,
93
+ preset : 't3m' ,
93
94
color : 'inherit' ,
94
95
opacity : {
95
96
'' : 1 ,
@@ -125,6 +126,7 @@ const SelectElement = tasty({
125
126
qa : 'Button' ,
126
127
styles : {
127
128
...INPUT_WRAPPER_STYLES ,
129
+ preset : 't3m' ,
128
130
cursor : 'pointer' ,
129
131
padding : '0' ,
130
132
border : {
You can’t perform that action at this time.
0 commit comments