Skip to content

Commit

Permalink
feat(tangle-dapp): Update Color Pallete (#2425)
Browse files Browse the repository at this point in the history
  • Loading branch information
vutuanlinh2k2 authored Jul 9, 2024
1 parent 4ede4d2 commit ab91162
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 41 deletions.
2 changes: 1 addition & 1 deletion storybook-migration-summary.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ npx nx storybook project-name
```

Please read the [Storybook 7.0.0 release article](https://storybook.js.org/blog/storybook-7-0/) and the
official [Storybook 7.0.0 migration guide](https://storybook.js.org/docs/react/migration-guide)
official [Storybook 7.0.0 migration guide](https://storybook.js.org/docs/7/migration-guide)
for more information.

You can also read the docs for the [@nx/storybook:migrate-7 generator](https://nx.dev/packages/storybook/generators/migrate-7) and our [Storybook 7 setup guide](https://nx.dev/packages/storybook/documents/storybook-7-setup).
80 changes: 40 additions & 40 deletions tailwind.preset.cjs
Original file line number Diff line number Diff line change
@@ -1,51 +1,51 @@
/** @type {import('tailwind/types/config').ThemeConfig['colors']} */
const colors = {
mono: {
0: '#fff',
20: '#F7F8F7',
0: '#FFFFFF',
20: '#F3F4F7',
40: '#E2E5EB',
60: '#D3D8E2',
80: '#C2C8D4',
100: '#9CA0B0',
120: '#6C7180',
140: '#4E5463',
100: '#9C9FB0',
120: '#6C6F80',
140: '#4E5263',
160: '#3A3E53',
170: '#2E3244',
180: '#2B2F40',
190: '#252836',
200: '#1F1D2B',
170: '#2B2F40',
180: '#1D1D2B',
190: '#181826',
200: '#10101A',
},
purple: {
0: '#F6F4FF',
10: '#F6F4FF',
20: '#D5CDFF',
30: '#E7E2FF',
40: '#B5A9F2',
50: '#C6BBFA',
60: '#9F90EA',
70: '#624FBE',
80: '#7968D0',
90: '#624FBE',
100: '#4B3AA4',
110: '#37268D',
120: '#2E284D',
DEFAULT: '#9F90EA',
0: '#EAE9FF',
10: '#D2D0FF',
20: '#B9B7FF',
30: '#A19EFF',
40: '#7A75FF',
50: '#5953F9',
60: '#433ED9',
70: '#2720B6',
80: '#221DA0',
90: '#1E198A',
100: '#191575',
110: '#14115F',
120: '#0C0A38',
DEFAULT: '#433ED9',
},
blue: {
0: '#ECF4FF',
10: '#ECF4FF',
20: '#B8D6FF',
30: '#9BC5FC',
40: '#81B3F7',
50: '#67A0EE',
60: '#4e8cdf',
70: '#3D7BCE',
80: '#2864B5',
90: '#1C529A',
100: '#0F4285',
110: '#153A69',
120: '#181F2B',
DEFAULT: '#4e8cdf',
0: '#ECEFFF',
10: '#DBE1FF',
20: '#CCD4FF',
30: '#B8C4FF',
40: '#9BABFC',
50: '#8195F6',
60: '#3852D3',
70: '#253DB1',
80: '#22369E',
90: '#192C8A',
100: '#152575',
110: '#111E5F',
120: '#111632',
DEFAULT: '#3852D3',
},
green: {
0: '#E5FFE7',
Expand All @@ -64,14 +64,14 @@ const colors = {
DEFAULT: '#038311',
},
yellow: {
0: '#FFF5D8',
10: '#FFFAEA',
0: '#FFFAEA',
10: '#FFF5D8',
20: '#FFEAA6',
30: '#FFE07C',
40: '#F8D567',
50: '#F9CE46',
60: '#F4C328',
70: '#F4C328',
70: '#E4B00C',
80: '#D2A618',
90: '#AF8C1E',
100: '#8D721A',
Expand Down

0 comments on commit ab91162

Please sign in to comment.