Skip to content

Commit d01ec4a

Browse files
committed
fix: update main background color to match design specifications
1 parent 6c67b31 commit d01ec4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client/views/pages/dashboard.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<main class="flex-1 overflow-y-auto bg-slate-50">
1+
<main class="flex-1 overflow-y-auto bg-background">
22
<%- include('../components/header') %>
33

44
<div class="p-8">

0 commit comments

Comments
 (0)