mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-11-04 07:05:41 +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