mirror of
				https://github.com/crater-invoice/crater.git
				synced 2025-11-04 06:23:17 -05: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>
		
			
				
	
	
		
			4 lines
		
	
	
		
			82 B
		
	
	
	
		
			Vue
		
	
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
		
			82 B
		
	
	
	
		
			Vue
		
	
	
	
	
	
<template>
 | 
						|
  <div class="w-full h-px bg-gray-300 dark:bg-gray-600" />
 | 
						|
</template>
 |