We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b30a324 commit 1f4fce9Copy full SHA for 1f4fce9
src/custom/CatalogDetail/style.tsx
@@ -48,7 +48,7 @@ export const UnpublishAction = styled('div')<ActionButtonProps>(({ disabled = fa
48
alignItems: 'center',
49
borderRadius: '0.5rem',
50
backgroundColor: 'transparent',
51
- border: theme.palette.border.default,
+ border: `1px solid ${theme.palette.border.normal}`,
52
padding: '0.5rem',
53
color: theme.palette.text.default,
54
gap: '0.625rem',
0 commit comments