mirror of
				https://github.com/crater-invoice/crater.git
				synced 2025-10-31 05:31:10 -04:00 
			
		
		
		
	add dark mode in base heading
This commit is contained in:
		| @ -1,10 +1,12 @@ | ||||
| <template> | ||||
|   <h6 class="text-gray-900 text-lg font-medium"> | ||||
|   <BaseHeading | ||||
|     type="heading-title" | ||||
|     :subtitle=" | ||||
|       $t('settings.customization.estimates.convert_estimate_description') | ||||
|     " | ||||
|     > | ||||
|     {{ $tc('settings.customization.estimates.convert_estimate_options') }} | ||||
|   </h6> | ||||
|   <p class="mt-1 text-sm text-gray-500"> | ||||
|     {{ $t('settings.customization.estimates.convert_estimate_description') }} | ||||
|   </p> | ||||
|   </BaseHeading> | ||||
|  | ||||
|   <BaseInputGroup required> | ||||
|     <BaseRadio | ||||
|  | ||||
| @ -1,11 +1,13 @@ | ||||
| <template> | ||||
|   <form @submit.prevent="submitForm"> | ||||
|     <h6 class="text-gray-900 text-lg font-medium"> | ||||
|     <BaseHeading | ||||
|       type="heading-title" | ||||
|       :subtitle=" | ||||
|         $t('settings.customization.estimates.default_formats_description') | ||||
|       " | ||||
|     > | ||||
|       {{ $t('settings.customization.estimates.default_formats') }} | ||||
|     </h6> | ||||
|     <p class="mt-1 text-sm text-gray-500 mb-2"> | ||||
|       {{ $t('settings.customization.estimates.default_formats_description') }} | ||||
|     </p> | ||||
|     </BaseHeading> | ||||
|  | ||||
|     <BaseInputGroup | ||||
|       :label=" | ||||
|  | ||||
| @ -1,11 +1,13 @@ | ||||
| <template> | ||||
|   <form @submit.prevent="submitForm"> | ||||
|     <h6 class="text-gray-900 text-lg font-medium"> | ||||
|     <BaseHeading | ||||
|       type="heading-title" | ||||
|       :subtitle=" | ||||
|         $t('settings.customization.estimates.expiry_date_description') | ||||
|       " | ||||
|     > | ||||
|       {{ $t('settings.customization.estimates.expiry_date') }} | ||||
|     </h6> | ||||
|     <p class="mt-1 text-sm text-gray-500 mb-2"> | ||||
|       {{ $t('settings.customization.estimates.expiry_date_description') }} | ||||
|     </p> | ||||
|     </BaseHeading> | ||||
|  | ||||
|     <BaseSwitchSection | ||||
|       v-model="expiryDateAutoField" | ||||
|  | ||||
		Reference in New Issue
	
	Block a user