diff --git a/src/components/Insights/common/InsightCard/styles.ts b/src/components/Insights/common/InsightCard/styles.ts index 7b5845e53..38e51262e 100644 --- a/src/components/Insights/common/InsightCard/styles.ts +++ b/src/components/Insights/common/InsightCard/styles.ts @@ -59,6 +59,8 @@ export const DismissDialog = styled.div` align-items: center; margin: -8px; background: ${({ theme }) => theme.colors.v3.surface.sidePanelHeader}; + + ${subscriptRegularTypography} `; export const DismissDialogActions = styled.div`