We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 845ed59 + 89be146 commit be63e85Copy full SHA for be63e85
1 file changed
src/presets/classic/components/Control.tsx
@@ -8,6 +8,7 @@ const Input = styled.input<{ styles?: (props: any) => any }>`
8
width: 100%;
9
border-radius: 30px;
10
background-color: white;
11
+ color: black;
12
padding: 2px 6px;
13
border: 1px solid #999;
14
font-size: 110%;
0 commit comments