Skip to content

Commit 89be146

Browse files
Ni55aNcursoragent
andcommitted
fix: set input control text color for dark color-scheme
Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 845ed59 commit 89be146

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)