Skip to content

Commit

Permalink
export digitText for PIN Codes
Browse files Browse the repository at this point in the history
  • Loading branch information
corbanbrook committed May 6, 2024
1 parent 7d950c5 commit 2c7de43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/components/PINCodeInput/index.tsx
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
export { PINCodeInput } from './PINCodeInput'
export { digitText } from './styles.css'
2 changes: 1 addition & 1 deletion src/components/PINCodeInput/styles.css.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 2c7de43

Please sign in to comment.