mirror of
				https://github.com/crater-invoice/crater.git
				synced 2025-10-31 05:31:10 -04:00 
			
		
		
		
	add dark mode in admin login layout (#1202)
* add dark mode in admin login layout * Add dark mode in customer dashboard (#1199) * add dark mode in DashboardStatsItem * add dark mode in customer side header * add dark mode in customer view file * fix placeholder * fix base select input --------- Co-authored-by: yogesh-gohil <yogeshgohil1611@gmail.com> * Dark label (#1203) * 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> * add customer dark mode login * fix dark mode classes --------- Co-authored-by: yogesh-gohil <yogeshgohil1611@gmail.com> Co-authored-by: Yogesh Gohil <33858419+yogesh-gohil@users.noreply.github.com> Co-authored-by: PayalDholakiya <payaldholakiya312@gmail.com>
This commit is contained in:
		| @ -34,7 +34,7 @@ | ||||
|               :to="`/${globalStore.companySlug}${item.link}`" | ||||
|               :class="[ | ||||
|                 hasActiveUrl(item.link) | ||||
|                   ? 'border-primary-500 text-primary-600 dark:text-primary-400' | ||||
|                   ? 'text-primary-600 border-primary-600 dark:border-primary-400 dark:text-primary-400' | ||||
|                   : 'border-transparent text-gray-500 hover:text-gray-700 hover:border-gray-300 dark:text-gray-200', | ||||
|                 'inline-flex items-center px-1 pt-1 border-b-2 text-sm font-medium', | ||||
|               ]" | ||||
|  | ||||
		Reference in New Issue
	
	Block a user