Skip to content

Commit

Permalink
Minor formatting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
chisPmama committed Feb 24, 2024
1 parent 7fb9a10 commit e2a23ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/Budget/Budget.css
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@

.budget-details-amount-neg {
margin: 0px;
color: #b10202;
color: #da1717;
font-size: 14px;
font-style: normal;
font-weight: 400;
Expand Down
2 changes: 1 addition & 1 deletion src/components/TransactionsTable/TransactionsTable.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const TransactionsTable = ({ transactions }) => {
<input
className="searchbar-text"
type="text"
placeholder="Search..."
placeholder="Search"
/>
<button className="searchbar-button"></button>
</div>
Expand Down

0 comments on commit e2a23ee

Please sign in to comment.