Compare commits

...

1 Commits

Author SHA1 Message Date
Saumya Pandey 949a841ed3 Use theme background colour in InputSelect 2021-04-07 17:30:49 +05:30
+1 -1
View File
@@ -12,7 +12,7 @@ const Select = styled.select`
padding: 4px 0;
margin: 0 12px;
outline: none;
background: none;
background: ${(props) => props.theme.background};
color: ${(props) => props.theme.text};
height: 30px;