Skip to content

Commit

Permalink
remoevd downward arrow
Browse files Browse the repository at this point in the history
  • Loading branch information
day-mon committed Apr 28, 2024
1 parent 68721f5 commit 2ea9879
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/pages/History.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export function History() {
<span class={"text-100 text-2xl"}>
I would like to see the history of the
<select
class={"mx-3 bg-primary border-b-100 border-opacity-50 text-100"}
class={"mx-3 bg-primary border-b appearance-none border-white text-100"}
onChange={e => setSelectedModel(e.currentTarget.value)}
disabled={dates.loading}
>
Expand Down

0 comments on commit 2ea9879

Please sign in to comment.