Skip to content

Commit

Permalink
Merge pull request #187 from bufferapp/tasks/new-color
Browse files Browse the repository at this point in the history
add grayLight as a color
  • Loading branch information
cmunozgar committed Sep 28, 2022
2 parents da4af26 + cea0438 commit cdd61a5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Changelog
## 3.5.0 (September 28, 2022)
- Add new grayLight color.

## 3.4.0 (June 9, 2022)
- Fix CircleGoogleBusinessIcon.
Expand Down
2 changes: 2 additions & 0 deletions style/color.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ export const outerSpaceUltraDark = 'rgba(50, 59, 67, 0.8)';
export const outerSpaceLight = 'rgba(50, 59, 67, 0.3)';
export const outerSpaceUltraLight = 'rgba(50, 59, 67, 0.1)';
export const shuttleGray = '#59626a';
export const grayLight = '#e0e0e0';

export const black = '#000';
export const white = '#fff';
Expand Down Expand Up @@ -86,6 +87,7 @@ const colors = {
baliHai,
yellowLight,
yellowUltraLight,
grayLight,
};

export default colors;

0 comments on commit cdd61a5

Please sign in to comment.