File tree Expand file tree Collapse file tree 1 file changed +25
-1
lines changed
demo/redirect-flow-example Expand file tree Collapse file tree 1 file changed +25
-1
lines changed Original file line number Diff line number Diff line change @@ -54,6 +54,18 @@ export default {
5454 100 : "var(--app-blue-100)" ,
5555 50 : "var(--app-blue-50)" ,
5656 } ,
57+ red : {
58+ 900 : "var(--app-red-900)" ,
59+ 800 : "var(--app-red-800)" ,
60+ 700 : "var(--app-red-700)" ,
61+ 600 : "var(--app-red-600)" ,
62+ 500 : "var(--app-red-500)" ,
63+ 400 : "var(--app-red-400)" ,
64+ 300 : "var(--app-red-300)" ,
65+ 200 : "var(--app-red-200)" ,
66+ 100 : "var(--app-red-100)" ,
67+ 50 : "var(--app-red-50)" ,
68+ } ,
5769 light : {
5870 "surface-main" : "var(--app-gray-100)" ,
5971 surface1 : "var(--app-white)" ,
@@ -169,6 +181,18 @@ export default {
169181 100 : "#e1effe" ,
170182 50 : "#ebf5ff" ,
171183 } ,
184+ red : {
185+ 900 : "#7f1d1d" ,
186+ 800 : "#991b1b" ,
187+ 700 : "#b91c1c" ,
188+ 600 : "#dc2626" ,
189+ 500 : "#ef4444" ,
190+ 400 : "#f87171" ,
191+ 300 : "#fca5a5" ,
192+ 200 : "#fecaca" ,
193+ 100 : "#fee2e2" ,
194+ 50 : "#fef2f2" ,
195+ } ,
172196 success : "#30cca4" ,
173197 warning : "#fbc94a" ,
174198 error : "#fb4a61" ,
@@ -188,4 +212,4 @@ export default {
188212 containerQueries ,
189213 ] ,
190214 darkMode : "class" ,
191- } as Config ;
215+ } as Config ;
You can’t perform that action at this time.
0 commit comments