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 d246326 commit 7be1850Copy full SHA for 7be1850
example/storybook-nativewind/src/extra-components/nativewind/Progress.tsx
@@ -3,9 +3,9 @@ import React from 'react';
3
4
export function Graph({ data }: { data: any }) {
5
const colorMap: any = {
6
- 'gluestack-ui v1': '$primary500',
+ 'gluestack-ui v1': '#0077E6',
7
'React Native': '#61dafb',
8
- 'gluestack-ui v2': '$cyan600',
+ 'gluestack-ui v2': '#eab308',
9
};
10
11
const maxValue = Math.max(...Object.values(data).map((stat: any) => stat));
0 commit comments