fix: fixed bug with select dropdown (#3021)

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
This commit is contained in:
Wyatt Johnson
2020-07-16 17:45:47 +00:00
committed by GitHub
co-authored by kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
parent bb48e1fe33
commit 6e64e6a01c
2 changed files with 1 additions and 1 deletions
@@ -22,6 +22,7 @@
font-size: var(--font-size-3);
line-height: var(--line-height-min);
justify-content: space-between;
background: var(--palette-background-input);
}
.buttonIconLeft {
@@ -1,6 +1,5 @@
.button {
height: calc(4 * var(--mini-unit));
background: var(--palette-background-input);
}
.buttonText {