mirror of
https://github.com/inventree/InvenTree.git
synced 2025-08-07 04:12:11 +00:00
set text args
This commit is contained in:
@@ -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',
|
||||
|
Reference in New Issue
Block a user