Update dashboard styles and remove unnecessary border from week grid
This commit is contained in:
@@ -168,7 +168,7 @@ export default function Dashboard() {
|
|||||||
<span className="sign-inline">Coffee</span>
|
<span className="sign-inline">Coffee</span>
|
||||||
</h1>
|
</h1>
|
||||||
<div className="dashboard-surface-container">
|
<div className="dashboard-surface-container">
|
||||||
<div className="dashboard-week-grid border-1">
|
<div className="dashboard-week-grid">
|
||||||
{daysOfWeek.map((day, index) => {
|
{daysOfWeek.map((day, index) => {
|
||||||
const isToday = day.fullDate.toDateString() === today.toDateString();
|
const isToday = day.fullDate.toDateString() === today.toDateString();
|
||||||
|
|
||||||
|
|||||||
@@ -41,7 +41,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.dashboard-content {
|
.dashboard-content {
|
||||||
max-width: 80rem;
|
max-width: 90rem;
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|||||||
Reference in New Issue
Block a user