Skip to content

Commit

Permalink
ui: update survey bg (#1381)
Browse files Browse the repository at this point in the history
  • Loading branch information
meowcodes authored Dec 7, 2023
1 parent 4d74d41 commit 2c71a8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions querybook/webapp/components/Survey/Survey.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
max-width: 360px;
padding: 16px 16px 16px 16px;

background-color: var(--bg-lightest);
background-color: var(--bg-light);
border-radius: var(--border-radius);

position: relative;
Expand All @@ -25,7 +25,7 @@
.Survey-text {
margin-bottom: 8px;
textarea {
background-color: var(--bg-light);
background-color: var(--bg-lightest);
}
}

Expand Down

0 comments on commit 2c71a8a

Please sign in to comment.