From bf3ff8fb6f547a0c0a1b2e443c409e30572e4ef4 Mon Sep 17 00:00:00 2001 From: Ciaran McGhie Date: Thu, 29 Jun 2023 12:25:14 +0100 Subject: [PATCH] fix(ui-toolkit): healthbar tooltips text colour (#4199) --- libs/ui-toolkit/package.json | 2 +- .../src/components/healthbar/healthbar.tsx | 12 +++++++----- libs/utils/package.json | 2 +- 3 files changed, 9 insertions(+), 7 deletions(-) diff --git a/libs/ui-toolkit/package.json b/libs/ui-toolkit/package.json index c601eac1f..f63d4ed2b 100644 --- a/libs/ui-toolkit/package.json +++ b/libs/ui-toolkit/package.json @@ -1,4 +1,4 @@ { "name": "@vegaprotocol/ui-toolkit", - "version": "0.12.5" + "version": "0.12.6" } diff --git a/libs/ui-toolkit/src/components/healthbar/healthbar.tsx b/libs/ui-toolkit/src/components/healthbar/healthbar.tsx index 6ac590b35..832995e20 100644 --- a/libs/ui-toolkit/src/components/healthbar/healthbar.tsx +++ b/libs/ui-toolkit/src/components/healthbar/healthbar.tsx @@ -25,14 +25,14 @@ const Target = ({ return ( +
{t('Target stake')} {addDecimalsFormatNumber(target, decimals)} - +
} >
} {showOverflow && ( + t( 'Providers greater than 2x target stake not shown' ) +
+ } >
...
diff --git a/libs/utils/package.json b/libs/utils/package.json index 11e4fe61e..05a825a20 100644 --- a/libs/utils/package.json +++ b/libs/utils/package.json @@ -1,5 +1,5 @@ { "name": "@vegaprotocol/utils", - "version": "0.0.5", + "version": "0.0.6", "type": "commonjs" }