Skip to content

Commit

Permalink
Equalize borderBottom thickness
Browse files Browse the repository at this point in the history
  • Loading branch information
durulkoca committed May 10, 2024
1 parent 47b932d commit 0500546
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/SchemaEditor/SchemaPropertyEditor.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const SchemaPropertyEditor = ({
disabled={disableNameChange}
fullWidth
sx={{
borderBottom: "1px solid lightgray",
borderBottom: "2px solid lightgray",
"&:hover": {
borderBottom: "2px solid gray",
},
Expand Down

0 comments on commit 0500546

Please sign in to comment.