Sytle: UI improvement & Update Readme

This commit is contained in:
wonfen
2024-03-10 07:00:24 +08:00
parent aa77433523
commit c0df368dc6
11 changed files with 38 additions and 50 deletions

View File

@@ -26,7 +26,7 @@ export const TestBox = styled(Box)(({ theme, "aria-selected": selected }) => {
display: "block",
cursor: "pointer",
textAlign: "left",
borderRadius: theme.shape.borderRadius,
borderRadius: 8,
boxShadow: theme.shadows[2],
padding: "8px 16px",
boxSizing: "border-box",