From 88fa1704ff7a047dcc763f429b4c45aff56b8251 Mon Sep 17 00:00:00 2001 From: Adam Setch Date: Sat, 14 Sep 2024 18:18:54 -0400 Subject: [PATCH] refactor: adjust sidebar color Signed-off-by: Adam Setch --- README.md | 10 ++++++++-- src/components/Sidebar.tsx | 4 +--- tailwind.config.js | 2 +- 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index d1cb21b3..c754192d 100644 --- a/README.md +++ b/README.md @@ -37,19 +37,25 @@ For more information, see [LICENSE](LICENSE). A list of "things" to improve +NOW +- [ ] clear out all TODOs in this project - [ ] create "update available" icon bundle - [ ] create "icn" and "icns" +- [ ] create new social images - [ ] purchase and setup Apple developer account - [ ] setup brew cask definition - [ ] setup docs -> atlasify.io - [ ] setup coveralls (or similar) + +SOON - [ ] fix unit tests -- [ ] use atlaskit/tokens for colors + +LATER - [ ] advanced feature for Bitbucket "Your Work" queue - [ ] atlaskit progress bar - [ ] atlaskit for modal dialog on reset - [ ] replace divs+classNames with atlaskit primitives -- [ ] clear out all TODOs in this project +- [ ] use atlaskit/tokens for colors [website]: https://www.atlasify.io diff --git a/src/components/Sidebar.tsx b/src/components/Sidebar.tsx index 1259d96e..29189dfb 100644 --- a/src/components/Sidebar.tsx +++ b/src/components/Sidebar.tsx @@ -91,9 +91,7 @@ export const Sidebar: FC = () => { /> {notificationsCount > 0 && ( - - {notificationsCount} - + {notificationsCount} )} diff --git a/tailwind.config.js b/tailwind.config.js index 05c72dfc..bc3bbf2c 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -10,7 +10,7 @@ export default { colors: { // TODO - Update to use color palette - https://atlassian.design/foundations/color-new/color-palette-new/ gray: { - sidebar: '#24292e', + sidebar: '#85B8FF', dark: '#161b22', darker: '#090E15', darkest: '#000209',