File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ export default function StepperPage() {
113
113
/>
114
114
</ div >
115
115
< div >
116
- < div className = "block text-xs mb-1" > Small Outline</ div >
116
+ < div className = "block text-xs mb-1" > Small Rounded Outline</ div >
117
117
< Stepper
118
118
value = { value }
119
119
small
Original file line number Diff line number Diff line change 88
88
<Stepper {value } small outline onPlus ={increase } onMinus ={decrease } />
89
89
</div >
90
90
<div >
91
- <div class =" block text-xs mb-1" >Small Outline</div >
91
+ <div class =" block text-xs mb-1" >Small Rounded Outline</div >
92
92
<Stepper
93
93
{value }
94
94
small
Original file line number Diff line number Diff line change 75
75
/>
76
76
</div >
77
77
<div >
78
- <div class =" block text-xs mb-1" >Small Outline</div >
78
+ <div class =" block text-xs mb-1" >Small Rounded Outline</div >
79
79
<k-stepper
80
80
:value =" value"
81
81
small
You can’t perform that action at this time.
0 commit comments