Skip to content

Commit

Permalink
style: rollback disabled input
Browse files Browse the repository at this point in the history
  • Loading branch information
3people committed Apr 5, 2024
1 parent 8e43940 commit 9679a74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ZInput.vue
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const style = cva(
false: 'border-dark-green',
},
disabled: {
true: 'border-dark-green text-dark-green bg-green',
true: 'bg-white',
false: 'border-black',
},
},
Expand Down

0 comments on commit 9679a74

Please sign in to comment.