diff --git a/src/components/CardResult/style.ts b/src/components/CardResult/style.ts index b939402..d788b4c 100644 --- a/src/components/CardResult/style.ts +++ b/src/components/CardResult/style.ts @@ -48,7 +48,7 @@ export const CardPhrase = styled.p` text-align: center; font-weight: 700; - ::after { + &::after { content: attr(data-text); font-size: calc(${theme.font.sizes.text_lg} - 0.1rem * (attr(data-text) - 10)); }