Skip to content

Commit

Permalink
paste story text (#151)
Browse files Browse the repository at this point in the history
* paste story text

* paste story text

Co-authored-by: Kevin <[email protected]>
  • Loading branch information
51ngul4r1ty and singularity15 authored Oct 11, 2020
1 parent 3e02d50 commit b13afac
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions .storybook/preview-head.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,9 @@
theme: {
'--normal-page-color': 'white',
'--normal-pen-color': 'black',
'--normal-pen-disabled-color': '#999',
'--normal-placeholder-color': '#777',
'--normal-input-page-disabled-color': '#e0e0e0',
'--normal-divider-color': '#f4f4f4',
'--normal-light-border-color': '#ccc',
'--normal-active-page-color': '#ddd',
Expand All @@ -106,12 +108,14 @@
theme: {
'--normal-page-color': 'black',
'--normal-pen-color': '#bbb',
'--normal-pen-disabled-color': '#888',
'--normal-placeholder-color': '#999',
'--normal-divider-color': '#0b0b0b',
'--normal-light-border-color': '#333',
'--normal-active-page-color': '#555',
'--normal-form-page-color': '#606060',
'--normal-input-page-color': '#222',
'--normal-input-page-disabled-color': '#444',
'--normal-focus-page-color': '#444',
'--normal-hover-shadow': 'rgba(255, 255, 255, 1.0)',
'--normal-hover-shadow-size': '1.0rem',
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "atoll",
"version": "0.18.5",
"version": "0.19.0",
"author": {
"name": "Kevin Berry",
"email": "[email protected]"
Expand Down Expand Up @@ -65,7 +65,7 @@
"setup": "ts-node ./scripts/setup.ts"
},
"dependencies": {
"@atoll/shared": "0.18.5",
"@atoll/shared": "0.19.0",
"@flopflip/memory-adapter": "1.6.0",
"@flopflip/react-broadcast": "10.1.11",
"axios": "0.19.2",
Expand Down

0 comments on commit b13afac

Please sign in to comment.