Skip to content

Commit

Permalink
Remove dark background on test inputs for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
reneepinna committed Oct 21, 2023
1 parent 0eee07a commit 8819170
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/Components/ProvideAidPage/ProvideAidPage.scss
Original file line number Diff line number Diff line change
Expand Up @@ -161,9 +161,10 @@ $font-stack: 'Arial', sans-serif;
padding: .6rem;
border: none;
border-radius: 5px;
background-color: darken($lighter-bg, 10%);
color: #fff;
// background-color: darken($lighter-bg, 10%);
// color: #fff;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
font-size: 1rem;
}
}

Expand Down

0 comments on commit 8819170

Please sign in to comment.