fix(ui-toolkit): visual fixes for healthbar - % and text colours (#4156)
This commit is contained in:
parent
180de8cf25
commit
ec12811f72
@ -1,4 +1,4 @@
|
|||||||
{
|
{
|
||||||
"name": "@vegaprotocol/ui-toolkit",
|
"name": "@vegaprotocol/ui-toolkit",
|
||||||
"version": "0.12.4"
|
"version": "0.12.5"
|
||||||
}
|
}
|
||||||
|
@ -82,12 +82,12 @@ const Level = ({
|
|||||||
: '-';
|
: '-';
|
||||||
|
|
||||||
const tooltipContent = (
|
const tooltipContent = (
|
||||||
<>
|
<div className="text-vega-dark-100 dark:text-vega-light-200">
|
||||||
<div className="mt-1.5 inline-flex">
|
<div className="mt-1.5 inline-flex">
|
||||||
<Indicator variant={intent} />
|
<Indicator variant={intent} />
|
||||||
</div>
|
</div>
|
||||||
<span>
|
<span>
|
||||||
{formattedFee}% {t('Fee')}
|
{formattedFee} {t('Fee')}
|
||||||
</span>
|
</span>
|
||||||
<div className="flex flex-col">
|
<div className="flex flex-col">
|
||||||
<span>
|
<span>
|
||||||
@ -95,7 +95,7 @@ const Level = ({
|
|||||||
{addDecimalsFormatNumber(commitmentAmount, decimals)}
|
{addDecimalsFormatNumber(commitmentAmount, decimals)}
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
</>
|
</div>
|
||||||
);
|
);
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
Loading…
Reference in New Issue
Block a user