Format fixes
parent
9f9c5bb494
commit
87839a4b84
|
@ -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: {
|
||||||
|
|
|
@ -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',
|
||||||
|
|
|
@ -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)'
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue