Skip to content

Commit

Permalink
updated disabled state
Browse files Browse the repository at this point in the history
  • Loading branch information
claireolmstead committed Jan 12, 2024
1 parent 25fdf8a commit beb8df6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/style/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
input,
[type='text'],
select {
@apply w-[320px] h-[30px] text-black rounded-md text-sm py-0 px-2 border-none outline-none disabled:text-disabled;
@apply w-[320px] h-[30px] text-black rounded-md text-sm py-0 px-2 border-none outline-none disabled:opacity-85 disabled:text-disabled;
}

::placeholder {
Expand Down

0 comments on commit beb8df6

Please sign in to comment.