set text args
This commit is contained in:
parent
52a463634c
commit
f9ff5e611d
|
|
@ -87,7 +87,8 @@ export function PartCategoryTree({
|
|||
dark: {
|
||||
text: {
|
||||
fontFamily: vars.fontFamily,
|
||||
fontSize: vars.fontSizes.md
|
||||
//fontSize: vars.fontSizes.md,
|
||||
color: vars.colors.text
|
||||
},
|
||||
nodes: {
|
||||
height: '2.5rem',
|
||||
|
|
@ -108,7 +109,8 @@ export function PartCategoryTree({
|
|||
light: {
|
||||
text: {
|
||||
fontFamily: vars.fontFamily,
|
||||
fontSize: vars.fontSizes.md
|
||||
//fontSize: vars.fontSizes.md,
|
||||
color: vars.colors.text
|
||||
},
|
||||
nodes: {
|
||||
height: '2.5rem',
|
||||
|
|
|
|||
Loading…
Reference in New Issue