File tree 2 files changed +3
-4
lines changed
2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 91
91
aria-labelledby ={araiLabelledBy }
92
92
autocapitalize =" off"
93
93
autocomplete =" off"
94
- autocorrect =" off"
95
94
rows =" 4"
96
95
class =" transition-all border {textareaClass } block px-[12px] py-[10px] w-full rounded-[6px] outline-none
97
96
bg-kui-light-bg dark:bg-kui-dark-bg"
Original file line number Diff line number Diff line change 53
53
<li class =" w-full max-w-[68px]" >
54
54
<Tooltip position ="top" text ={item } class =" w-full h-full" >
55
55
<div class =" w-full h-full flex items-center" >
56
- <button class ="w-full h-[30px] md:h-10 border border-opacity-5 border-kui-light-gray-1000 dark:border-kui-dark-gray-500 rounded {item }" ></button >
56
+ <button aria-label = " { item } " class ="w-full h-[30px] md:h-10 border border-opacity-5 border-kui-light-gray-1000 dark:border-kui-dark-gray-500 rounded {item }" ></button >
57
57
</div >
58
58
</Tooltip >
59
59
</li >
90
90
<ul class =" flex items-center w-full gap-1 md:gap-2" >
91
91
<li class =" w-full max-w-[68px]" >
92
92
<div class =" w-full h-full flex items-center" >
93
- <button
93
+ <button aria-label = " gray "
94
94
class =" w-full h-[34px] lg:h-[40px] border border-kui-light-gray-200 dark:border-kui-dark-gray-200 bg-kui-light-bg rounded dark:bg-kui-dark-bg"
95
95
></button >
96
96
</div >
97
97
</li >
98
98
<li class =" w-full max-w-[68px]" >
99
99
<div class =" w-full h-full flex items-center" >
100
- <button
100
+ <button aria-label = " gray alpha "
101
101
class =" w-full h-[34px] lg:h-[40px] border border-kui-light-gray-200 dark:border-kui-dark-gray-200 rounded bg-kui-light-bg-secondary dark:bg-kui-dark-bg-secondary"
102
102
></button >
103
103
</div >
You can’t perform that action at this time.
0 commit comments