From e90fddc8fd015c040dd4e01db59aeb3ce199ae19 Mon Sep 17 00:00:00 2001 From: Alex Phillips Date: Sun, 6 Feb 2022 19:32:13 -0500 Subject: [PATCH] easier to read 'warning' color in budget table --- README.md | 6 +++--- frontend/src/App.js | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a20e389..2ba993b 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # BudgE -BudgE (pronounced "budgie", like the bird) is an open source "budgeting with envelopes" personal finance app. +BudgE (pronounced "budgie", like the bird) is an open source "budgeting with envelopes" personal finance app, taking inspiration from other tools such as [Aspire Budgeting](https://www.aspirebudget.com/), [budgetzero](https://budgetzero.io/), and [Buckets](https://www.budgetwithbuckets.com/). :warning: BudgE still under active development and considered an 'alpha' version until more tests can be written to ensure functionality is maintained. :warning: @@ -10,11 +10,11 @@ BudgE (pronounced "budgie", like the bird) is an open source "budgeting with env - Standard bank account management - Credit card management with payment handling - Tracking accounts -- Transaction export +- Export account transactions +- CSV transaction import # Planned Features - [ ] Multiple budges per user (already started) -- [ ] CSV file import - [ ] Goals - [ ] Reports - [ ] Payee management diff --git a/frontend/src/App.js b/frontend/src/App.js index 5991c8c..fa94224 100644 --- a/frontend/src/App.js +++ b/frontend/src/App.js @@ -90,7 +90,7 @@ export default function App(props) { main: '#e74c3c', }, warning: { - main: '#ffa84a', + main: '#ec912e', }, }, components: {