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.
1 parent 927d906 commit 2d2bf35Copy full SHA for 2d2bf35
src/components/libresplit/AppFileSelect.tsx
@@ -52,7 +52,7 @@ export default function AppFileSelect({
52
53
return (
54
<div className="space-y-2 px-8">
55
- <span className="text-white">{label}</span>
+ <span>{label}</span>
56
<div className="flex items-center">
57
<Input className="flex-1 rounded-r-none" value={display} readOnly />
58
<Button
0 commit comments