mirror of
				https://github.com/crater-invoice/crater.git
				synced 2025-10-29 12:41:10 -04:00 
			
		
		
		
	Compare commits
	
		
			1 Commits
		
	
	
		
			dark-bread
			...
			dark-list-
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 4645b21f91 | 
| @ -1,6 +1,6 @@ | ||||
| <template> | ||||
|   <nav> | ||||
|     <ol class="flex flex-wrap py-4 text-gray-900 rounded list-reset dark:text-gray-400"> | ||||
|     <ol class="flex flex-wrap py-4 text-gray-900 rounded list-reset"> | ||||
|       <slot /> | ||||
|     </ol> | ||||
|   </nav> | ||||
|  | ||||
| @ -8,9 +8,7 @@ | ||||
|         font-medium | ||||
|         leading-5 | ||||
|         text-gray-900 | ||||
|         dark:text-gray-400 | ||||
|         outline-none | ||||
|         dark:focus:ring-offset-gray-900 | ||||
|         focus:ring-2 focus:ring-offset-2 focus:ring-primary-400 | ||||
|       " | ||||
|       :to="to" | ||||
|  | ||||
| @ -1,7 +1,7 @@ | ||||
| <template> | ||||
|   <div class="flex flex-wrap justify-between"> | ||||
|     <div> | ||||
|       <h3 class="text-2xl font-bold text-left text-black dark:text-white"> | ||||
|       <h3 class="text-2xl font-bold text-left text-black"> | ||||
|         {{ title }} | ||||
|       </h3> | ||||
|       <slot /> | ||||
|  | ||||
| @ -33,8 +33,8 @@ export default { | ||||
|       return !!slots.icon | ||||
|     }) | ||||
|     let containerClass = computed(() => { | ||||
|       if (props.active) return `${defaultClass} text-primary-500` | ||||
|       else return `${defaultClass} text-gray-500` | ||||
|       if (props.active) return `${defaultClass} text-primary-500 dark:text-primary-400` | ||||
|       else return `${defaultClass} text-gray-500 dark:text-gray-300` | ||||
|     }) | ||||
|     return { | ||||
|       hasIconSlot, | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	