Skip to content

Commit b87abe5

Browse files
committedFeb 4, 2021
fix: change palette background color
1 parent 3c233f0 commit b87abe5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/components/ColorPalette/index.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
padding: 10px 17px;
66
margin-top: 4px;
77
max-width: 300px;
8-
background: #000;
8+
background: $white;
99
align-items: center;
1010
box-shadow: rgba(0, 0, 0, 0.01) 0 1px 0, rgba(0, 0, 0, 0.025) 0 0 8px, rgba(0, 0, 0, 0.075) 0 20px 30px;
1111
border-radius: 4px;

0 commit comments

Comments
 (0)
Please sign in to comment.