2
0
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:
Matthias Mair
2024-04-15 17:21:14 +02:00
parent 52a463634c
commit f9ff5e611d

View File

@@ -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',