Format fixes

pull/5756/head
tugcekucukoglu 2024-05-13 09:22:43 +03:00
parent 9f9c5bb494
commit 87839a4b84
4 changed files with 4 additions and 4 deletions

View File

@ -314,7 +314,7 @@ export default {
icon: { icon: {
color: '{surface.400}', color: '{surface.400}',
focusColor: '{surface.500}', focusColor: '{surface.500}',
activeColor: '{surface.500}', activeColor: '{surface.500}'
} }
}, },
submenuLabel: { submenuLabel: {

View File

@ -2,7 +2,7 @@ export default {
root: { root: {
margin: '1rem 0', margin: '1rem 0',
borderRadius: '{content.border.radius}', borderRadius: '{content.border.radius}',
borderWidth: '1px', borderWidth: '1px'
}, },
content: { content: {
padding: '0.5rem 0.75rem', padding: '0.5rem 0.75rem',

View File

@ -2,6 +2,6 @@ export default {
root: { root: {
borderRadius: '{form.field.border.radius}', borderRadius: '{form.field.border.radius}',
roundedBorderRadius: '2rem', roundedBorderRadius: '2rem',
raisedShadow: '0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12)', raisedShadow: '0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12)'
} }
}; };