Skip to content

Commit

Permalink
Remove metadata field borders
Browse files Browse the repository at this point in the history
  • Loading branch information
andchiind committed Oct 17, 2023
1 parent 46df9a1 commit e9d212c
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,6 @@ const StyledFormItem = styled.div`
word-break: break-word;
hyphens: auto;
min-height: 60px;
border-style: solid;
border-width: 1px;
border-radius: 5px;
border-color: ${boxBorderColour};
background-color: ${boxBackgroundColour};
`
const StyledDialog = styled(Dialog)`
display: flex;
Expand Down

0 comments on commit e9d212c

Please sign in to comment.