Skip to content

Commit

Permalink
fix(input): background should go into appearance
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamincanac committed Jun 21, 2022
1 parent ce899b4 commit 33b1176
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/runtime/presets/default.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ const formGroup = {

const input = {
wrapper: 'relative',
base: 'relative block w-full u-bg-white u-text-gray-700 disabled:cursor-not-allowed disabled:opacity-75 focus:outline-none',
base: 'relative block w-full disabled:cursor-not-allowed disabled:opacity-75 focus:outline-none',
size: {
xxs: 'text-xs',
xs: 'text-xs',
Expand Down Expand Up @@ -139,7 +139,7 @@ const input = {
}
},
appearance: {
default: 'focus:ring-1 focus:ring-primary-500 focus:border-primary-500 dark:focus:border-primary-500 border u-border-gray-300 rounded-md shadow-sm',
default: 'u-bg-white u-text-gray-700 focus:ring-1 focus:ring-primary-500 focus:border-primary-500 dark:focus:border-primary-500 border u-border-gray-300 rounded-md shadow-sm',
none: 'border-0 bg-transparent focus:ring-0 focus:shadow-none'
},
icon: {
Expand Down

0 comments on commit 33b1176

Please sign in to comment.