Skip to content

Commit aa41b84

Browse files
committed
Commit Before Merge from Master
1 parent c80af7b commit aa41b84

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

app/components/Applications.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ const Applications = () => {
9494
</div>
9595
</Grid>
9696
))}
97-
9897
<Modal open={open} onClose={() => setOpen(false)}>
9998
<ServicesModal i={index} app={app} />
10099
</Modal>

app/components/Occupied.tsx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,14 @@ const Occupied: React.FC = () => {
1111

1212
const useStyles = makeStyles(theme => ({
1313
paper: {
14-
color: theme.palette.text.secondary,
14+
color: 'white',
1515
height: 340,
1616
width: '100%',
1717
backgroundColor: '#24262f',
1818
boxShadow: '0 3px 5px 2px rgba(255, 105, 135, .3)',
1919
'&:hover, &.Mui-focusVisible': {
2020
backgroundColor: 'rgba(33, 34, 41, 0.75)',
21+
color: 'rgb(255, 243, 72)',
2122
},
2223
},
2324
grid: {
@@ -28,9 +29,7 @@ const Occupied: React.FC = () => {
2829
icon: {
2930
width: '100px',
3031
height: '100px',
31-
color: ' white',
3232
boxShadow: 'none',
33-
'&:hover, &.Mui-focusVisible': { color: 'rgb(255, 243, 72)' },
3433
},
3534
heroContent: {
3635
fontWeight: 700,

0 commit comments

Comments
 (0)