feat: modals

This commit is contained in:
2025-07-27 12:32:56 +04:00
parent 948480c219
commit fe6e87f97c
7 changed files with 66 additions and 1 deletions

View File

@ -34,5 +34,10 @@ export const theme = createTheme({
size,
},
},
Modal: {
defaultProps: {
radius,
},
},
},
});