File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ export const inputShortcuts: Record<string, string> = {
2
2
// input
3
3
'k-input' : 'relative fi' ,
4
4
'k-input--base' : 'w-full relative fi k-border border-ikun-bd-base box-border overflow-hidden' ,
5
- 'k-input--inner' : 'outline-none w-full flex-auto border-none text-size-inherit' ,
6
- 'k-input--inner__textarea' : 'p-2 rounded' ,
5
+ 'k-input--inner' : 'outline-none w-full flex-auto border-none text-size-inherit bg-transparent ' ,
6
+ 'k-input--inner__textarea' : 'p-2 rounded bg-transparent ' ,
7
7
'k-input--icon' : 'op50' ,
8
8
'k-input--prefix-icon' : 'mr-1.5' ,
9
9
'k-input--suffix-icon' : 'ml-1.5' ,
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ export const selectShortcuts: Record<string, string> = {
7
7
'k-select--prefix' : 'mr-0.4em text-1em op50' ,
8
8
'k-select--suffix' : 'mx-0.4em text-1em op50' ,
9
9
'k-select--icon' : 'op50 k-icon-transition' ,
10
- 'k-select--inner' : 'w-full h-full flex-auto !outline-none border-transparent' ,
10
+ 'k-select--inner' : 'w-full h-full flex-auto !outline-none border-transparent bg-transparent ' ,
11
11
'k-select--inner__sm' : 'text-12px' ,
12
12
'k-select--inner__md' : 'text-14px' ,
13
13
'k-select--inner__lg' : 'text-16px' ,
You can’t perform that action at this time.
0 commit comments