Skip to content

Commit ad26edd

Browse files
committed
styling chage to AtomsRelationships
1 parent 6e49132 commit ad26edd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/app/components/AtomsRelationship.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,12 @@ function AtomsRelationship(props) {
4141
'#5fdaed',
4242
],
4343

44-
label: { color: '#fff', fontSize: '13' },
44+
label: { color: '#fff', fontSize: '13', fontName: 'Monaco', },
4545
nodePadding: 50,
4646
width: 15,
4747
},
4848
},
49-
tooltip: { textStyle: { color: 'gray', fontSize: 12 }},
49+
tooltip: { textStyle: { color: 'white', fontSize: 0.1, }},
5050
}}
5151
loader={<div>Loading Chart</div>}
5252
data={[['Atom', 'Selector', ''], ...atomsRel]}

src/app/styles/abstracts/_variables.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/// fontFamily: 'monaco, Consolas, Lucida Console, monospace'
22
/// @type List
3-
$text-font-stack: monaco, Consolas, 'Lucida Console', monospace, Arial,
3+
$text-font-stack: Monaco, Consolas, 'Lucida Console', monospace, Arial,
44
sans-serif !default;
55

66
/// @type Color

0 commit comments

Comments
 (0)