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 12e8fd9 commit 7bde013Copy full SHA for 7bde013
src/app/components/AtomsRelationship.jsx
@@ -8,8 +8,8 @@ import { LinearGradient } from '@visx/gradient';
8
const blue = '#acdbdf';
9
const white = '#f0ece2';
10
11
-export const red = '#D7816A';
12
-const orange = '#BD4F6C';
+export const lightorange = '#F9D976';
+const orange = '#F39F86';
13
14
const merlinsbeard = '#f7f7f3';
15
export const background = '#242529';
@@ -158,7 +158,7 @@ export default function Example({
158
159
return width < 10 ? null : (
160
<svg width={width} height={height}>
161
- <LinearGradient id="top" from={red} to={orange} />
+ <LinearGradient id="top" from={lightorange} to={orange} />
162
163
<rect width={width} height={height} rx={14} fill={background} />
164
0 commit comments