mirror of
https://github.com/idanoo/autobrr
synced 2025-07-23 08:49:13 +00:00
Merge pull request #1411 from autobrr/fix/web/unify-border-colors
fix(web): unify border colors in indexer form
This commit is contained in:
commit
8fde1ca581
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ export const SelectInput = (props: InputProps) => (
|
||||||
export const SelectControl = (props: ControlProps) => (
|
export const SelectControl = (props: ControlProps) => (
|
||||||
<components.Control
|
<components.Control
|
||||||
{...props}
|
{...props}
|
||||||
className="p-1 block w-full !bg-gray-100 dark:!bg-gray-850 border border-gray-300 dark:border-gray-775 dark:hover:border-gray-600 rounded-md shadow-sm focus:outline-none focus:ring-blue-500 focus:border-blue-500 dark:text-gray-100 sm:text-sm"
|
className="p-1 block w-full !bg-gray-100 dark:!bg-gray-850 border border-gray-300 dark:border-gray-700 dark:hover:border-gray-600 rounded-md shadow-sm focus:outline-none focus:ring-blue-500 focus:border-blue-500 dark:text-gray-100 sm:text-sm"
|
||||||
children={props.children}
|
children={props.children}
|
||||||
/>
|
/>
|
||||||
);
|
);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue