File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed
example/storybook-nativewind/src/core-components/nativewind Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -205,7 +205,7 @@ export const config = {
205205 '--color-error-400' : '230 53 53' ,
206206 '--color-error-500' : '239 68 68' ,
207207 '--color-error-600' : '248 113 113' ,
208- '--color-error-700' : '230 53 52 ' ,
208+ '--color-error-700' : '252 165 165 ' ,
209209 '--color-error-800' : '254 202 202' ,
210210 '--color-error-900' : '254 226 226' ,
211211 '--color-error-950' : '254 233 233' ,
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ const toastStyle = tva({
3131 base : 'p-4 m-1 rounded-md gap-1 web:pointer-events-auto shadow-hard-5 border-outline-100' ,
3232 variants : {
3333 action : {
34- error : 'bg-error-700 ' ,
34+ error : 'bg-error-800 ' ,
3535 warning : 'bg-warning-700' ,
3636 success : 'bg-success-700' ,
3737 info : 'bg-info-700' ,
You can’t perform that action at this time.
0 commit comments