Skip to content

Commit

Permalink
fix: stack picker column missing background color
Browse files Browse the repository at this point in the history
  • Loading branch information
JeromeLin committed Feb 7, 2021
1 parent 1d14afe commit 132d435
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/stack-picker/style/component.scss
Expand Up @@ -159,6 +159,7 @@
padding-right: var(--stack-picker-padding);
overflow-y: scroll;
box-shadow: var(--stack-picker-shadow);
background: var(--stack-picker-background);
}

&-item {
Expand Down

0 comments on commit 132d435

Please sign in to comment.