From e1a8f327df7e3614049fd9ab9843f986c1810883 Mon Sep 17 00:00:00 2001 From: martylukyy <35452459+martylukyy@users.noreply.github.com> Date: Thu, 15 Feb 2024 19:48:18 +0100 Subject: [PATCH] fix(web): unify border colors in indexer form --- web/src/components/inputs/common.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/components/inputs/common.tsx b/web/src/components/inputs/common.tsx index 403b87b..417722f 100644 --- a/web/src/components/inputs/common.tsx +++ b/web/src/components/inputs/common.tsx @@ -51,7 +51,7 @@ export const SelectInput = (props: InputProps) => ( export const SelectControl = (props: ControlProps) => ( );