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>
|
||||
</h1>
|
||||
<div className="dashboard-surface-container">
|
||||
<div className="dashboard-week-grid border-1">
|
||||
<div className="dashboard-week-grid">
|
||||
{daysOfWeek.map((day, index) => {
|
||||
const isToday = day.fullDate.toDateString() === today.toDateString();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user