Skip to content

Commit

Permalink
Fixed toolbar background color.
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrpospiech authored Jan 14, 2022
1 parent 71e3acd commit 1b4591a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/index.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -756,11 +756,11 @@
}

.playground-toolbar {
background: var(--uni-toolbar-bgcolor);
background-color: var(--uni-toolbar-bgcolor);
}

.playground-toolbar select {
background: transparent;
background-color: var(--uni-toolbar-bgcolor);
font-size: 1rem;
margin: 0.25em;
padding: 0.5em;
Expand Down

0 comments on commit 1b4591a

Please sign in to comment.