File tree Expand file tree Collapse file tree
sample-app/components/styles Expand file tree Collapse file tree Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments