tangled
alpha
login
or
join now
slipnote.app
/
slipnote
3
fork
atom
Built for people who think better out loud.
3
fork
atom
overview
issues
pulls
pipelines
storybook: Yellow backgrounds!
isaaccorbrey.com
3 weeks ago
052dc3d1
f5a459a0
verified
This commit was signed with the committer's
known signature
.
isaaccorbrey.com
SSH Key Fingerprint:
SHA256:mwogCTZEXIXrYk4l7PaavTNPxe1Xqjf5jMIBe0LvAHU=
+8
1 changed file
expand all
collapse all
unified
split
.storybook
preview.js
+8
.storybook/preview.js
···
1
1
import '../src/styles/global.css';
2
2
3
3
const preview = {
4
4
+
initialGlobals: {
5
5
+
backgrounds: { value: 'bg-amber-100' },
6
6
+
},
4
7
parameters: {
5
8
actions: { argTypesRegex: '^on[A-Z].*' },
9
9
+
backgrounds: {
10
10
+
options: {
11
11
+
'bg-amber-100': { name: 'bg-amber-100', value: '#fef3c7' },
12
12
+
},
13
13
+
},
6
14
controls: {
7
15
matchers: {
8
16
color: /(background|color)$/i,