From 09a0aa473908bb17b828707b36234d4832e125c1 Mon Sep 17 00:00:00 2001 From: Majorfi Date: Wed, 26 Feb 2025 14:49:02 +0100 Subject: [PATCH] fix: color --- apps/vaults-v3/components/details/RewardsTab.tsx | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/apps/vaults-v3/components/details/RewardsTab.tsx b/apps/vaults-v3/components/details/RewardsTab.tsx index 11c879e5..db61e168 100644 --- a/apps/vaults-v3/components/details/RewardsTab.tsx +++ b/apps/vaults-v3/components/details/RewardsTab.tsx @@ -183,7 +183,9 @@ function VeYFIBoostMessage(props: {currentVault: TYDaemonVault; hasStakingReward height={32} unoptimized /> -

{'1UP'}

+

+ {'1UP'} +

); @@ -208,7 +210,9 @@ function VeYFIBoostMessage(props: {currentVault: TYDaemonVault; hasStakingReward height={32} unoptimized /> -

{'Cove'}

+

+ {'Cove'} +

); @@ -231,7 +235,9 @@ function VeYFIBoostMessage(props: {currentVault: TYDaemonVault; hasStakingReward height={32} unoptimized /> -

{'StakeDAO'}

+

+ {'StakeDAO'} +

);