Skip to content

Commit 2d2bf35

Browse files
committed
File select label respects light mode
1 parent 927d906 commit 2d2bf35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/libresplit/AppFileSelect.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ export default function AppFileSelect({
5252

5353
return (
5454
<div className="space-y-2 px-8">
55-
<span className="text-white">{label}</span>
55+
<span>{label}</span>
5656
<div className="flex items-center">
5757
<Input className="flex-1 rounded-r-none" value={display} readOnly />
5858
<Button

0 commit comments

Comments
 (0)