Skip to content

Commit

Permalink
chore(design-token): release @pickk/design-token 0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
syoung125 committed Sep 1, 2021
1 parent 13b7ae3 commit 6c6ebdc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/design-token/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@pickk/design-token",
"amdName": "pickkDesignToken",
"version": "0.0.4",
"version": "0.0.5",
"sideEffects": false,
"main": "./src/index.ts",
"repository": {
Expand Down
3 changes: 2 additions & 1 deletion packages/design-token/src/colors/themes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ import type { ColorTheme } from './types';

export const light: Readonly<ColorTheme> = Object.freeze({
scheme: {
/** 불투명한 개체를 보여줘야할 때 opacity를 50% 부여해서 사용한다. */
black: '#000',
/** opacity가 50%인 black */
black50: 'rgba(0, 0 ,0, 0.5)',

white: '#FFF',

Expand Down

0 comments on commit 6c6ebdc

Please sign in to comment.