Skip to content

Commit fb53505

Browse files
committed
changed blue color
1 parent 8670d1d commit fb53505

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

app/components/Applications.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ const Applications = () => {
9494
<Grid item lg={4} md={6} sm={12} key={i}>
9595
<div id="card-hover">
9696
<Card
97-
id={`card-${i}`}
97+
// key={`card-${i}`}
9898
className={classes.paper}
9999
variant="outlined"
100100
onClick={event => handleClick(event, app[0], i)}

app/components/Occupied.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ const Occupied: React.FC = () => {
4040
fontFamily: 'Montserrat',
4141
color: '#ffffff',
4242
padding: theme.spacing(8, 0, 6),
43-
backgroundColor: '#5490c8',
43+
backgroundColor: '#4fa3f1',
4444
boxShadow: '2px 2px 2px 2px rgba(0,0,0,0.5)',
4545
},
4646
subTitle: {

0 commit comments

Comments
 (0)