Skip to content

Commit

Permalink
Update src/components/tables/PoolsTable/TokenPills/StableTokenPill.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianschu authored Jan 22, 2024
1 parent 1ddd5d1 commit cf75035
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,6 @@ withDefaults(defineProps<Props>(), {
.pill-hoverable:hover::before,
.pill-hoverable:focus::before {
@apply bg-pill-ligth dark:bg-gray-900;
@apply bg-pill-light dark:bg-gray-900;
}
</style>

0 comments on commit cf75035

Please sign in to comment.