Skip to content

Commit

Permalink
Add canvasDefaultTransparent
Browse files Browse the repository at this point in the history
  • Loading branch information
simurai committed Sep 10, 2021
1 parent 5f9a7f9 commit 773ca67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions data/colors/vars/app_dark.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import {get, alpha} from '../../../src/utils'
// Variables to be moved to github/github

export default {
canvasDefaultTransparent: alpha(get('canvas.default'), 0),
marketingIcon: {
primary: get('scale.blue.2'),
secondary: get('scale.blue.5')
Expand Down
1 change: 1 addition & 0 deletions data/colors/vars/app_light.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import {alpha, get} from '../../../src/utils'
// Variables to be moved to github/github

export default {
canvasDefaultTransparent: alpha(get('canvas.default'), 0),
marketingIcon: {
primary: get('scale.blue.4'),
secondary: get('scale.blue.3')
Expand Down

0 comments on commit 773ca67

Please sign in to comment.