Skip to content

Commit be63e85

Browse files
authored
Merge pull request #65 from retejs/fix/input-control-text-color
fix: set input control text color for dark color-scheme
2 parents 845ed59 + 89be146 commit be63e85

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/presets/classic/components/Control.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ const Input = styled.input<{ styles?: (props: any) => any }>`
88
width: 100%;
99
border-radius: 30px;
1010
background-color: white;
11+
color: black;
1112
padding: 2px 6px;
1213
border: 1px solid #999;
1314
font-size: 110%;

0 commit comments

Comments
 (0)