From 2c7de43ffbc17b868c5051678e7958b11b1bbb63 Mon Sep 17 00:00:00 2001 From: Corban Riley Date: Mon, 6 May 2024 13:17:08 -0400 Subject: [PATCH] export digitText for PIN Codes --- src/components/PINCodeInput/index.tsx | 1 + src/components/PINCodeInput/styles.css.ts | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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',