Tweak visual positioning

This commit is contained in:
Manav Rathi
2024-06-03 14:02:08 +05:30
parent 7d9a28a394
commit d68da33bb4

View File

@@ -54,6 +54,8 @@ export const WhatsNew: React.FC<WhatsNewProps> = ({ onClose }) => {
const StyledUL = styled("ul")`
padding-inline: 1rem;
list-style-type: circle;
margin-block-end: 20px;
`;
const StyledButton = styled(Button)`