Skip to content

Commit

Permalink
Merge pull request #223 from ianrobertsFF/tw3-color-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
marcfil authored Jun 16, 2022
2 parents cf5341c + bfa85f4 commit 5bf5922
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/js/field.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion resources/js/components/DetailTabs.vue
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
:key="key"
:dusk="tab.slug + '-tab'"
:class="getIsTabCurrent(tab) ? 'active tabs-text-' + getCurrentColor() + '-500 tabs-font-bold tabs-border-b-2 tabs-border-b-' + getCurrentColor() + '-500' : 'tabs-text-gray-600 hover:tabs-text-gray-800 dark:tabs-text-gray-400 hover:dark:tabs-text-gray-200'"
class="tab-item"
class="tab-item border-gray-200"
@click.prevent="handleTabClick(tab)"
>
<span class="capitalize">{{ tab.properties.title }}</span>
Expand Down

0 comments on commit 5bf5922

Please sign in to comment.