mirror of
				https://github.com/crater-invoice/crater.git
				synced 2025-10-30 21:21:09 -04:00 
			
		
		
		
	Compare commits
	
		
			1 Commits
		
	
	
		
			dark-bread
			...
			dark-check
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| fda83907f9 | 
| @ -1,6 +1,6 @@ | |||||||
| <template> | <template> | ||||||
|   <nav> |   <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 /> |       <slot /> | ||||||
|     </ol> |     </ol> | ||||||
|   </nav> |   </nav> | ||||||
|  | |||||||
| @ -8,9 +8,7 @@ | |||||||
|         font-medium |         font-medium | ||||||
|         leading-5 |         leading-5 | ||||||
|         text-gray-900 |         text-gray-900 | ||||||
|         dark:text-gray-400 |  | ||||||
|         outline-none |         outline-none | ||||||
|         dark:focus:ring-offset-gray-900 |  | ||||||
|         focus:ring-2 focus:ring-offset-2 focus:ring-primary-400 |         focus:ring-2 focus:ring-offset-2 focus:ring-primary-400 | ||||||
|       " |       " | ||||||
|       :to="to" |       :to="to" | ||||||
|  | |||||||
| @ -15,12 +15,12 @@ | |||||||
|         v-if="label" |         v-if="label" | ||||||
|         :for="id" |         :for="id" | ||||||
|         :class="`font-medium ${ |         :class="`font-medium ${ | ||||||
|           disabled ? 'text-gray-400 cursor-not-allowed' : 'text-gray-600' |           disabled ? 'text-gray-400 cursor-not-allowed' : 'text-gray-600 dark:text-white' | ||||||
|         } cursor-pointer `" |         } cursor-pointer `" | ||||||
|       > |       > | ||||||
|         {{ label }} |         {{ label }} | ||||||
|       </label> |       </label> | ||||||
|       <p v-if="description" class="text-gray-500">{{ description }}</p> |       <p v-if="description" class="text-gray-500 dark:text-gray-400">{{ description }}</p> | ||||||
|     </div> |     </div> | ||||||
|   </div> |   </div> | ||||||
| </template> | </template> | ||||||
| @ -51,7 +51,7 @@ const props = defineProps({ | |||||||
|   }, |   }, | ||||||
|   checkboxClass: { |   checkboxClass: { | ||||||
|     type: String, |     type: String, | ||||||
|     default: 'w-4 h-4 border-gray-300 rounded cursor-pointer', |     default: 'w-4 h-4 border-gray-300 rounded cursor-pointer dark:bg-gray-600 dark:border-gray-500', | ||||||
|   }, |   }, | ||||||
|   setInitialValue: { |   setInitialValue: { | ||||||
|     type: Boolean, |     type: Boolean, | ||||||
|  | |||||||
| @ -1,7 +1,7 @@ | |||||||
| <template> | <template> | ||||||
|   <div class="flex flex-wrap justify-between"> |   <div class="flex flex-wrap justify-between"> | ||||||
|     <div> |     <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 }} |         {{ title }} | ||||||
|       </h3> |       </h3> | ||||||
|       <slot /> |       <slot /> | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user
	