We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae532f5 commit fd9749bCopy full SHA for fd9749b
packages/sprinkles/README.md
@@ -21,8 +21,8 @@ export const className = atoms({
21
desktop: 'row'
22
},
23
background: {
24
- lightMode: 'blue50',
25
- darkMode: 'gray700'
+ lightMode: 'blue-50',
+ darkMode: 'gray-700'
26
}
27
});
28
```
@@ -127,6 +127,9 @@ const colors = {
127
'blue-50': '#eff6ff',
128
'blue-100': '#dbeafe',
129
'blue-200': '#bfdbfe',
130
+ 'gray-700': '#374151',
131
+ 'gray-800': '#1f2937',
132
+ 'gray-900': '#111827',
133
// etc.
134
};
135
@@ -169,8 +172,8 @@ export const container = atoms({
169
172
desktop: 'row',
170
173
171
174
- darkMode: 'gray700',
175
176
+ darkMode: 'gray-700',
177
178
179
0 commit comments