mirror of
https://github.com/Doodle3D/Doodle3D-Slicer.git
synced 2024-11-16 11:07:57 +01:00
add font family
This commit is contained in:
parent
2aa72566db
commit
b47e98c005
@ -13,6 +13,7 @@ const styles = {
|
||||
backgroundColor: grey100,
|
||||
marginTop: '20px',
|
||||
'& legend': {
|
||||
fontFamily: 'sans-serif',
|
||||
border: `1px solid ${grey300}`,
|
||||
backgroundColor: 'white',
|
||||
padding: '3px 13px',
|
||||
|
@ -49,7 +49,8 @@ const styles = {
|
||||
right: 0,
|
||||
bottom: 0,
|
||||
left: 0,
|
||||
padding: '20px'
|
||||
padding: '20px',
|
||||
fontFamily: 'monospace'
|
||||
},
|
||||
sliceActions: {
|
||||
listStyleType: 'none',
|
||||
|
Loading…
Reference in New Issue
Block a user