mirror of
https://github.com/inventree/InvenTree.git
synced 2025-08-10 05:40:55 +00:00
set text args
This commit is contained in:
@@ -87,7 +87,8 @@ export function PartCategoryTree({
|
|||||||
dark: {
|
dark: {
|
||||||
text: {
|
text: {
|
||||||
fontFamily: vars.fontFamily,
|
fontFamily: vars.fontFamily,
|
||||||
fontSize: vars.fontSizes.md
|
//fontSize: vars.fontSizes.md,
|
||||||
|
color: vars.colors.text
|
||||||
},
|
},
|
||||||
nodes: {
|
nodes: {
|
||||||
height: '2.5rem',
|
height: '2.5rem',
|
||||||
@@ -108,7 +109,8 @@ export function PartCategoryTree({
|
|||||||
light: {
|
light: {
|
||||||
text: {
|
text: {
|
||||||
fontFamily: vars.fontFamily,
|
fontFamily: vars.fontFamily,
|
||||||
fontSize: vars.fontSizes.md
|
//fontSize: vars.fontSizes.md,
|
||||||
|
color: vars.colors.text
|
||||||
},
|
},
|
||||||
nodes: {
|
nodes: {
|
||||||
height: '2.5rem',
|
height: '2.5rem',
|
||||||
|
Reference in New Issue
Block a user