Skip to content

Commit

Permalink
Use 1px border
Browse files Browse the repository at this point in the history
  • Loading branch information
TrySound committed May 19, 2024
1 parent 96a45dc commit 18c7ca4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ const MissingComponentStub = forwardRef<
ref={ref}
style={{
padding: rawTheme.spacing[5],
border: `2px solid ${rawTheme.colors.borderDestructiveMain}`,
border: `1px solid ${rawTheme.colors.borderDestructiveMain}`,
color: rawTheme.colors.foregroundDestructive,
}}
>
Expand Down

0 comments on commit 18c7ca4

Please sign in to comment.