Skip to content

Commit

Permalink
fix(presets): add disabled bg color on nuxt buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamincanac committed Feb 16, 2022
1 parent 516e7fa commit e1d79d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/runtime/presets/nuxt.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ const badge = {

const button = {
variant: {
primary: 'border border-transparent u-text-white u-bg-gray-800 hover:u-bg-gray-900 focus:ring-2 focus:ring-offset-2 focus:u-ring-gray-900',
secondary: 'border u-border-gray-300 u-text-gray-700 u-bg-white hover:u-bg-gray-50 focus:ring-2 focus:ring-offset-2 focus:u-ring-gray-900',
primary: 'border border-transparent u-text-white u-bg-gray-800 hover:u-bg-gray-900 disabled:u-bg-gray-800 focus:ring-2 focus:ring-offset-2 focus:u-ring-gray-900',
secondary: 'border u-border-gray-300 u-text-gray-700 u-bg-white hover:u-bg-gray-50 disabled:u-bg-white focus:ring-2 focus:ring-offset-2 focus:u-ring-gray-900',
link: 'border border-transparent u-text-gray-900 hover:underline focus:underline'
}
}
Expand Down

3 comments on commit e1d79d7

@vercel
Copy link

@vercel vercel bot commented on e1d79d7 Feb 16, 2022

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:

@vercel
Copy link

@vercel vercel bot commented on e1d79d7 Feb 17, 2022

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-psi.vercel.app
ui-testben.vercel.app
ui-git-dev-testben.vercel.app

@vercel
Copy link

@vercel vercel bot commented on e1d79d7 Feb 17, 2022

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:

ui2 – ./

ui2-red.vercel.app
ui2-testben.vercel.app
ui2-git-dev-testben.vercel.app

Please sign in to comment.