Skip to content

Commit c73a7eb

Browse files
author
Dan Carbonell
committed
add pixels
1 parent c6c9662 commit c73a7eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/Attachment/AttachmentActions.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ const ActionButton = styled(({ buttonStyle, ...rest }) => (
2323
buttonStyle === 'primary'
2424
? theme.message.actions.button.primaryBorderColor
2525
: theme.message.actions.button.defaultBorderColor};
26-
border-radius: 20;
27-
border-width: 1;
26+
border-radius: 20px;
27+
border-width: 1px;
2828
padding-bottom: 5px;
2929
padding-left: 10px;
3030
padding-right: 10px;

0 commit comments

Comments
 (0)