Skip to content

Commit

Permalink
Style reset button text to match rest of text
Browse files Browse the repository at this point in the history
  • Loading branch information
mileswwatkins committed Nov 25, 2023
1 parent f1c7a7a commit ae2dde5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ header {

.Filters-Reset {
margin: 0;
font-size: 1rem;
}

form > label {
Expand Down
2 changes: 1 addition & 1 deletion src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ const Filters = ({
<input
type="reset"
className="Filters-Reset"
value="Reset all filters"
value="Reset filters"
onClick={onReset}
></input>
</form>
Expand Down

0 comments on commit ae2dde5

Please sign in to comment.