mirror of
				https://github.com/crater-invoice/crater.git
				synced 2025-10-30 21:21:09 -04:00 
			
		
		
		
	* add dark mode for label * fix dark issue in customer view page * fix remaining label for dark mode --------- Co-authored-by: yashkanakiya <yashkanakiya281297@gmail.com>
		
			
				
	
	
		
			6 lines
		
	
	
		
			139 B
		
	
	
	
		
			Vue
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			139 B
		
	
	
	
		
			Vue
		
	
	
	
	
	
| <template>
 | |
|   <label class="text-sm not-italic font-medium leading-5 text-gray-500 dark:text-gray-300">
 | |
|     <slot />
 | |
|   </label>
 | |
| </template>
 |