Set rbutton adius to 8px

This commit is contained in:
Nicola Benaglia
2025-05-25 16:24:03 +02:00
parent a1cb2f566c
commit a8280384c6
14 changed files with 29 additions and 29 deletions

View File

@@ -284,7 +284,7 @@ export const AppsNavBarDesktop = ({ disableBack }) => {
paper: {
sx: {
backgroundColor: theme.palette.background.default,
borderRadius: '5px',
borderRadius: '8px',
color: theme.palette.text.primary,
width: '148px',
},