From cf75035c98ab6f990f74d63bd487b40d0bca0053 Mon Sep 17 00:00:00 2001 From: Fabian Scherer <48454910+fabianschu@users.noreply.github.com> Date: Mon, 22 Jan 2024 11:27:21 +0700 Subject: [PATCH] Update src/components/tables/PoolsTable/TokenPills/StableTokenPill.vue --- src/components/tables/PoolsTable/TokenPills/StableTokenPill.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/tables/PoolsTable/TokenPills/StableTokenPill.vue b/src/components/tables/PoolsTable/TokenPills/StableTokenPill.vue index 8a8b8f5e9..3e598d464 100644 --- a/src/components/tables/PoolsTable/TokenPills/StableTokenPill.vue +++ b/src/components/tables/PoolsTable/TokenPills/StableTokenPill.vue @@ -105,6 +105,6 @@ withDefaults(defineProps(), { .pill-hoverable:hover::before, .pill-hoverable:focus::before { - @apply bg-pill-ligth dark:bg-gray-900; + @apply bg-pill-light dark:bg-gray-900; }