degen-lab / starters-front-end

0 stars 0 forks source link

DegenBox component #44

Open Alexandrescu opened 1 year ago

Alexandrescu commented 1 year ago

Create reusable component for this

<Box
      sx={{
        minHeight: 'calc(100vh - 60px)',
        backgroundColor: colors[currentTheme].accent2,
        color: colors[currentTheme].secondary,
        marginTop: -2.5,
      }}
    >
amalexandrescu commented 1 year ago

We are not using them anymore later. The only place you will still find this code section is in 2 or 3 components which I will delete at the end because we no longer need them. I checked in the current code and the only place this code is still used is commented out.

Screen Shot 2023-06-16 at 4 27 00 PM