Skip to content

Commit ab8de21

Browse files
committed
Did some more CSS
1 parent 80dc4cf commit ab8de21

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

sample-app/components/styles/ChartsStyles.js

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,12 @@ const ChartsStyles = styled.div`
9292
`};
9393
9494
.chart {
95-
border-radius: 10px;
96-
background: #24292e;
97-
box-shadow: inset -24px -24px 39px #1e2226, inset 24px 24px 39px #2a3036;
95+
// border-radius: 10px;
96+
// background: #24292e;
97+
// box-shadow: inset -24px -24px 39px #1e2226, inset 24px 24px 39px #2a3036;
98+
border-radius: 28px;
99+
background: linear-gradient(45deg, #1e2124, #23282b);
100+
box-shadow: 25px -25px 50px #1b1f21, -25px 25px 50px #272b2f;
98101
// background-color: ${colors.white};
99102
max-width: 500px;
100103
padding: 2rem;
@@ -114,7 +117,7 @@ const ChartsStyles = styled.div`
114117
.heading {
115118
// color: rgba(200, 225, 255, 0.7);
116119
color: ${colors.grey};
117-
font-size: 1.5rem;
120+
font-size: 1.7rem;
118121
font-weight: 450;
119122
}
120123
}

0 commit comments

Comments
 (0)