diff --git a/src/components/PINCodeInput/index.tsx b/src/components/PINCodeInput/index.tsx index 52b687da5..9657f6f90 100644 --- a/src/components/PINCodeInput/index.tsx +++ b/src/components/PINCodeInput/index.tsx @@ -1 +1,2 @@ export { PINCodeInput } from './PINCodeInput' +export { digitText } from './styles.css' diff --git a/src/components/PINCodeInput/styles.css.ts b/src/components/PINCodeInput/styles.css.ts index 0b223017a..76c6f5ced 100644 --- a/src/components/PINCodeInput/styles.css.ts +++ b/src/components/PINCodeInput/styles.css.ts @@ -4,7 +4,7 @@ import { vars } from '~/css' import { textVariants } from '../Text' -export const digit = style([ +export const digitText = style([ textVariants({ variant: 'large' }), { width: '40px',