Fix: Improve service dialog theme support

This commit is contained in:
Tola Leng
2025-06-04 21:34:52 +08:00
parent 0b52e7ffa9
commit 6652ac5e76
5 changed files with 11 additions and 17 deletions
@@ -21,7 +21,6 @@ export function ServiceConfigFields({ form }: ServiceConfigFieldsProps) {
<Input
type="number"
placeholder="60"
className="bg-black border-gray-700"
{...field}
/>
</FormControl>
@@ -39,7 +38,6 @@ export function ServiceConfigFields({ form }: ServiceConfigFieldsProps) {
<Input
type="number"
placeholder="3"
className="bg-black border-gray-700"
{...field}
/>
</FormControl>
@@ -48,4 +46,4 @@ export function ServiceConfigFields({ form }: ServiceConfigFieldsProps) {
/>
</>
);
}
}