Skip to content

Commit

Permalink
chore(Progress): add missing sizes for text
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamincanac committed Oct 27, 2023
1 parent 3cb3914 commit 5296cf2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/runtime/ui.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,8 @@ export const progress = {
sm: 'text-sm',
md: 'text-sm',
lg: 'text-sm',
xl: 'text-base'
xl: 'text-base',
'2xl': 'text-base'
}
},
progress: {
Expand Down Expand Up @@ -435,7 +436,8 @@ export const progress = {
sm: 'text-sm',
md: 'text-sm',
lg: 'text-sm',
xl: 'text-base'
xl: 'text-base',
'2xl': 'text-base'
}
},
step: {
Expand Down

1 comment on commit 5296cf2

@vercel
Copy link

@vercel vercel bot commented on 5296cf2 Oct 27, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

ui – ./

ui-git-dev-nuxt-js.vercel.app
ui.nuxt.com
ui-nuxt-js.vercel.app

Please sign in to comment.