From 05005467f14f3e24e2de131262fa389d6098604d Mon Sep 17 00:00:00 2001 From: durulkoca Date: Fri, 10 May 2024 17:52:21 +0900 Subject: [PATCH] Equalize borderBottom thickness --- src/components/SchemaEditor/SchemaPropertyEditor.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/SchemaEditor/SchemaPropertyEditor.jsx b/src/components/SchemaEditor/SchemaPropertyEditor.jsx index f449dd60..9e176648 100644 --- a/src/components/SchemaEditor/SchemaPropertyEditor.jsx +++ b/src/components/SchemaEditor/SchemaPropertyEditor.jsx @@ -50,7 +50,7 @@ const SchemaPropertyEditor = ({ disabled={disableNameChange} fullWidth sx={{ - borderBottom: "1px solid lightgray", + borderBottom: "2px solid lightgray", "&:hover": { borderBottom: "2px solid gray", },