Skip to content

Commit

Permalink
refactor: adjust sidebar color
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Setch <adam.setch@outlook.com>
  • Loading branch information
setchy committed Sep 14, 2024
1 parent 68938c1 commit 88fa170
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

<!-- LINK LABELS -->
[website]: https://www.atlasify.io
Expand Down
4 changes: 1 addition & 3 deletions src/components/Sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,7 @@ export const Sidebar: FC = () => {
/>

{notificationsCount > 0 && (
<Text size="small" weight="bold" color="color.text.accent.blue">
{notificationsCount}
</Text>
<span className="text-xs text-white">{notificationsCount}</span>
)}
</Tooltip>

Expand Down
2 changes: 1 addition & 1 deletion tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 88fa170

Please sign in to comment.