Commit 5a20dc82 authored by Will Hennessy's avatar Will Hennessy Committed by GitHub

change not created font size to 10 (#2785)

parent d1627a6c
...@@ -17,7 +17,7 @@ export function FeeTierPercentageBadge({ ...@@ -17,7 +17,7 @@ export function FeeTierPercentageBadge({
}) { }) {
return ( return (
<Badge> <Badge>
<TYPE.label fontSize={11}> <TYPE.label fontSize={10}>
{!distributions || poolState === PoolState.NOT_EXISTS || poolState === PoolState.INVALID ? ( {!distributions || poolState === PoolState.NOT_EXISTS || poolState === PoolState.INVALID ? (
<Trans>Not created</Trans> <Trans>Not created</Trans>
) : distributions[feeAmount] !== undefined ? ( ) : distributions[feeAmount] !== undefined ? (
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment