Skip to content

Commit

Permalink
fix(playground): dropdown styling
Browse files Browse the repository at this point in the history
  • Loading branch information
usefulthink committed Jan 20, 2023
1 parent 2bb08a6 commit d89b0a4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions examples/playground/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,11 @@

.controls {
display: flex;
gap: 8px;
}

.controls select {
border: 1px solid rgba(0,0,0,0.4);
}

h1 {
Expand Down

0 comments on commit d89b0a4

Please sign in to comment.