Skip to content

Commit 7bde013

Browse files
committed
(modified) Modified color of root node to reflect orange gradient
1 parent 12e8fd9 commit 7bde013

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/app/components/AtomsRelationship.jsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ import { LinearGradient } from '@visx/gradient';
88
const blue = '#acdbdf';
99
const white = '#f0ece2';
1010

11-
export const red = '#D7816A';
12-
const orange = '#BD4F6C';
11+
export const lightorange = '#F9D976';
12+
const orange = '#F39F86';
1313

1414
const merlinsbeard = '#f7f7f3';
1515
export const background = '#242529';
@@ -158,7 +158,7 @@ export default function Example({
158158

159159
return width < 10 ? null : (
160160
<svg width={width} height={height}>
161-
<LinearGradient id="top" from={red} to={orange} />
161+
<LinearGradient id="top" from={lightorange} to={orange} />
162162

163163
<rect width={width} height={height} rx={14} fill={background} />
164164

0 commit comments

Comments
 (0)