Skip to content

Commit b14fca7

Browse files
committed
#191 use primary color for app versions
1 parent 905ad13 commit b14fca7

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

webapp/components/general/Dialog.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@ const AboutContent = withStyles(styles)(({ classes }) => (
2525
<Paper className={classes.paper}>
2626
<img width="250" src={logoNetpyne} />
2727
<Box m={1}>
28-
<Typography variant="h5" style={{ color: secondaryColor, textShadow: '0px 1px grey' }}>
28+
<Typography variant="h5" style={{ color: primaryColor }}>
2929
NetPyNE-UI v0.7.0
3030
</Typography>
31-
<Typography variant="h5" style={{ color: secondaryColor, textShadow: '0px 1px grey' }}>
31+
<Typography variant="h5" style={{ color: primaryColor }}>
3232
NetPyNE v0.9.6
3333
</Typography>
34-
<Typography variant="h5" style={{ color: secondaryColor, textShadow: '0px 1px grey' }}>
35-
Neuron v8.0.0
34+
<Typography variant="h5" style={{ color: primaryColor }}>
35+
NEURON v8.0.0
3636
</Typography>
3737
</Box>
3838

@@ -64,7 +64,7 @@ const AboutContent = withStyles(styles)(({ classes }) => (
6464

6565
<Box m={1}>
6666
<Typography variant="body2" color={secondaryColor}>
67-
NetPyNE-UI is being developed in collaboration with:
67+
NetPyNE-UI is being developed by the State Univeristy of New York Downstate (Dura-Bernal Lab) in collaboration with:
6868
</Typography>
6969
<Link href="http://www.metacell.us" target="_blank">
7070
<img

0 commit comments

Comments
 (0)