Skip to content

Commit 1f4fce9

Browse files
committed
fix(style): add border
Signed-off-by: Sudhanshu Dasgupta <dasguptashivam23@gmail.com>
1 parent b30a324 commit 1f4fce9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/custom/CatalogDetail/style.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ export const UnpublishAction = styled('div')<ActionButtonProps>(({ disabled = fa
4848
alignItems: 'center',
4949
borderRadius: '0.5rem',
5050
backgroundColor: 'transparent',
51-
border: theme.palette.border.default,
51+
border: `1px solid ${theme.palette.border.normal}`,
5252
padding: '0.5rem',
5353
color: theme.palette.text.default,
5454
gap: '0.625rem',

0 commit comments

Comments
 (0)