Description
Is your feature request related to a problem? Please describe.
The blue/gray background is a nice color choice, but it's used as a background on every component. This means that the design is very "border-and-margin" oriented, so the user relies on that for section separation. It can work in some instances, but it's often a little disorienting.
Describe the solution you'd like
Segmenting main components with a simple, contrasting color and border on the main components can help a lot!
Describe alternatives you've considered
I did some very rudimentary CSS changes in my browser, and ended up with a solution like in the image below. Keep in mind that I did little to no color consideration before adding it, so choose what you like best! I recommend something that isn't too contrasting either, as it may be a little clashing or busy. The CSS I used is border: 1px solid #666666; background: #111621; padding: 1em;
. Also note that I changed the right-hand grid to match the height of charts
with facts
!
Nice job on everything, it looks super smooth 🥰
Activity