Skip to content

Commit b43c96a

Browse files
committed
Update button colors
1 parent 2ee90dc commit b43c96a

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

src/biorepo_components/BiorepoGuidelinesContent.jsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export default function BiorepoGuidelinesContent() {
2424
</Typography>
2525
</CardContent>
2626
<CardActions>
27-
<Button variant="outlined" size="large" endIcon={<RightIcon />} href="samplepolicy.php">
27+
<Button variant="outlined" size="large" endIcon={<RightIcon />} href="samplepolicy.php" style={{ color: '#0073CF', borderColor: '#0073CF' }}>
2828
Read the Policies
2929
</Button>
3030
</CardActions>
@@ -41,7 +41,7 @@ export default function BiorepoGuidelinesContent() {
4141
</Typography>
4242
</CardContent>
4343
<CardActions>
44-
<Button variant="outlined" size="large" endIcon={<RightIcon />} href="cite.php">
44+
<Button variant="outlined" size="large" endIcon={<RightIcon />} href="cite.php" style={{ color: '#0073CF', borderColor: '#0073CF' }}>
4545
Cite Us
4646
</Button>
4747
</CardActions>
@@ -58,7 +58,7 @@ export default function BiorepoGuidelinesContent() {
5858
</Typography>
5959
</CardContent>
6060
<CardActions>
61-
<Button variant="outlined" size="large" endIcon={<RightIcon />} href="datasetpublishing.php">
61+
<Button variant="outlined" size="large" endIcon={<RightIcon />} href="datasetpublishing.php" style={{ color: '#0073CF', borderColor: '#0073CF' }}>
6262
Learn More
6363
</Button>
6464
</CardActions>

src/biorepo_components/BiorepoHomePageContent.jsx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ export default function BiorepoHomePageContent() {
229229
</Typography>
230230
</CardContent>
231231
<CardActions>
232-
<Button variant="outlined" size="large" endIcon={<RightIcon />} href="misc/aboutsamples.php">
232+
<Button variant="outlined" size="large" endIcon={<RightIcon />} href="misc/aboutsamples.php" style={{ color: '#0073CF', borderColor: '#0073CF' }}>
233233
Learn About Samples
234234
</Button>
235235
</CardActions>
@@ -253,7 +253,7 @@ export default function BiorepoHomePageContent() {
253253
</Typography>
254254
</CardContent>
255255
<CardActions>
256-
<Button variant="outlined" size="large" endIcon={<RightIcon />} href="neon/search/index.php">
256+
<Button variant="outlined" size="large" endIcon={<RightIcon />} href="neon/search/index.php" style={{ color: '#0073CF', borderColor: '#0073CF' }}>
257257
Search Samples
258258
</Button>
259259
</CardActions>
@@ -277,7 +277,7 @@ export default function BiorepoHomePageContent() {
277277
</Typography>
278278
</CardContent>
279279
<CardActions>
280-
<Button variant="outlined" size="large" endIcon={<RightIcon />} href="misc/sampleservices.php">
280+
<Button variant="outlined" size="large" endIcon={<RightIcon />} href="misc/sampleservices.php" style={{ color: '#0073CF', borderColor: '#0073CF' }}>
281281
Request Services
282282
</Button>
283283
</CardActions>
@@ -301,7 +301,7 @@ export default function BiorepoHomePageContent() {
301301
</Typography>
302302
</CardContent>
303303
<CardActions>
304-
<Button variant="outlined" size="large" endIcon={<RightIcon />} href="misc/sampleguidelines.php">
304+
<Button variant="outlined" size="large" endIcon={<RightIcon />} href="misc/sampleguidelines.php" style={{ color: '#0073CF', borderColor: '#0073CF' }}>
305305
Read Guidelines
306306
</Button>
307307
</CardActions>
@@ -325,7 +325,7 @@ export default function BiorepoHomePageContent() {
325325
</Typography>
326326
</CardContent>
327327
<CardActions>
328-
<Button variant="outlined" size="large" endIcon={<RightIcon />} href="projects/browsechecklists.php">
328+
<Button variant="outlined" size="large" endIcon={<RightIcon />} href="projects/browsechecklists.php" style={{ color: '#0073CF', borderColor: '#0073CF' }}>
329329
Browse Checklists
330330
</Button>
331331
</CardActions>
@@ -349,7 +349,7 @@ export default function BiorepoHomePageContent() {
349349
</Typography>
350350
</CardContent>
351351
<CardActions>
352-
<Button variant="outlined" size="large" endIcon={<RightIcon />} href="misc/sampleanalysis.php">
352+
<Button variant="outlined" size="large" endIcon={<RightIcon />} href="misc/sampleanalysis.php" style={{ color: '#0073CF', borderColor: '#0073CF' }}>
353353
Work with Samples
354354
</Button>
355355
</CardActions>
@@ -359,7 +359,7 @@ export default function BiorepoHomePageContent() {
359359
</div>
360360
<div id="blue-div" className={classes.blueDiv}>
361361
<div id="statistics-container" style={{ position: 'relative', left: '74px' }}>
362-
<Typography variant="h3" color="white" component="h3">
362+
<Typography variant="h3" component="h3" style={{ color: 'white' }}>
363363
Statistics
364364
</Typography>
365365
<Grid id="statistics" container spacing={0.5} justifyContent="center" className={classes.statistics}>

0 commit comments

Comments
 (0)