diff --git a/centrifuge-app/src/components/PoolOverview/KeyMetrics.tsx b/centrifuge-app/src/components/PoolOverview/KeyMetrics.tsx index 4b82baa2a5..d8374c65fa 100644 --- a/centrifuge-app/src/components/PoolOverview/KeyMetrics.tsx +++ b/centrifuge-app/src/components/PoolOverview/KeyMetrics.tsx @@ -222,7 +222,7 @@ export const KeyMetrics = ({ poolId }: Props) => { {metrics.map(({ metric, value }, index) => { return ( - + {metric} diff --git a/fabric/src/theme/tokens/baseTheme.ts b/fabric/src/theme/tokens/baseTheme.ts index b01560477c..f2f79e7a16 100644 --- a/fabric/src/theme/tokens/baseTheme.ts +++ b/fabric/src/theme/tokens/baseTheme.ts @@ -32,7 +32,7 @@ export const baseTheme: Omit = { cardActive: ' 0 0 0 1px var(--fabric-focus), 0 1px 5px rgba(0, 0, 0, 0.2)', cardOverlay: '4px 8px 24px rgba(0, 0, 0, 0.2)', buttonPrimary: `0px 0px 0px 3px var(--fabric-shadowButtonPrimary)`, - buttonSecondary: `1px 2px 1px var(--fabric-shadowButtonSecondary)`, + buttonSecondary: `0px 0px 0px 3px var(--fabric-shadowButtonSecondary)`, buttonInverted: `0px 0px 0px 3px var(--fabric-shadowButtonInverted)`, }, zIndices: { diff --git a/fabric/src/theme/tokens/theme.ts b/fabric/src/theme/tokens/theme.ts index e1bf4d004d..50fde892a4 100644 --- a/fabric/src/theme/tokens/theme.ts +++ b/fabric/src/theme/tokens/theme.ts @@ -79,7 +79,7 @@ const colors = { borderButtonSecondaryHover: black, borderButtonSecondaryPressed: black, borderButtonSecondaryDisabled: 'transparent', - shadowButtonSecondary: 'transparent', + shadowButtonSecondary: grayScale[100], backgroundButtonTertiary: 'transparent', backgroundButtonTertiaryFocus: 'transparent',