Skip to content

Commit

Permalink
fix(scheduler): use required picker classes for native select
Browse files Browse the repository at this point in the history
  • Loading branch information
Juveniel committed May 23, 2023
1 parent 13e9f5d commit b3a8183
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export default () =>(
<Button className="k-create-event" icon="plus"></Button>
</ButtonGroup>
<span className="k-spacer"></span>
<select className="k-views-dropdown k-picker k-dropdown-list k-dropdown k-rounded-md">
<select className="k-views-dropdown k-picker k-picker-solid k-dropdown-list k-dropdown k-rounded-md">
<option>Agenda</option>
</select>
</Toolbar>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export default () =>(
<Button className="k-create-event" icon="plus"></Button>
</ButtonGroup>
<span className="k-spacer"></span>
<select className="k-views-dropdown k-picker k-dropdown-list k-dropdown k-rounded-md">
<select className="k-views-dropdown k-picker k-picker-solid k-dropdown-list k-dropdown k-rounded-md">
<option>Day</option>
</select>
</Toolbar>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export default () =>(
<Button className="k-create-event" icon="plus"></Button>
</ButtonGroup>
<span className="k-spacer"></span>
<select className="k-views-dropdown k-picker k-dropdown-list k-dropdown k-rounded-md">
<select className="k-views-dropdown k-picker k-picker-solid k-dropdown-list k-dropdown k-rounded-md">
<option>Day</option>
</select>
</Toolbar>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export default () =>(
<Button className="k-create-event" icon="plus"></Button>
</ButtonGroup>
<span className="k-spacer"></span>
<select className="k-views-dropdown k-picker k-dropdown-list k-dropdown k-rounded-md">
<select className="k-views-dropdown k-picker k-picker-solid k-dropdown-list k-dropdown k-rounded-md">
<option>Month</option>
</select>
</Toolbar>
Expand Down

0 comments on commit b3a8183

Please sign in to comment.