Skip to content

Commit e0bb6a5

Browse files
Rajat ChaudharyRajat Chaudhary
authored andcommitted
fix: ig-image and toast error-700
1 parent 1573b9d commit e0bb6a5

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

example/storybook-nativewind/src/core-components/nativewind/gluestack-ui-provider/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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',

example/storybook-nativewind/src/core-components/nativewind/toast/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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',

img/gluestack-banner.png

-514 KB
Loading

0 commit comments

Comments
 (0)