Skip to content

Commit

Permalink
fix dark issue in customer view page
Browse files Browse the repository at this point in the history
  • Loading branch information
yashkanakiya committed Mar 29, 2023
1 parent 0657756 commit 29430cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<div class="pt-6 mt-5 border-t border-solid lg:pt-8 md:pt-4 border-gray-200">
<div class="pt-6 mt-5 border-t border-solid lg:pt-8 md:pt-4 border-gray-200 dark:border-gray-600">
<!-- Basic Info -->
<BaseHeading>
{{ $t('customers.basic_info') }}
Expand Down
2 changes: 1 addition & 1 deletion resources/scripts/components/base/BaseLabel.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<label class="text-sm not-italic font-medium leading-5 text-primary-800">
<label class="text-sm not-italic font-medium leading-5 text-gray-500 dark:text-gray-300">
<slot />
</label>
</template>

0 comments on commit 29430cc

Please sign in to comment.