Skip to content

Commit

Permalink
fix(style): add border
Browse files Browse the repository at this point in the history
Signed-off-by: Sudhanshu Dasgupta <[email protected]>
  • Loading branch information
sudhanshutech committed Nov 4, 2024
1 parent b30a324 commit 1f4fce9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/custom/CatalogDetail/style.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export const UnpublishAction = styled('div')<ActionButtonProps>(({ disabled = fa
alignItems: 'center',
borderRadius: '0.5rem',
backgroundColor: 'transparent',
border: theme.palette.border.default,
border: `1px solid ${theme.palette.border.normal}`,
padding: '0.5rem',
color: theme.palette.text.default,
gap: '0.625rem',
Expand Down

0 comments on commit 1f4fce9

Please sign in to comment.