Skip to content

Commit

Permalink
refactor: change coolGray with blueGray
Browse files Browse the repository at this point in the history
  • Loading branch information
einazare committed Mar 19, 2021
1 parent 0deff4b commit 2caa523
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/Admin.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export default function Admin({ children }) {
return (
<>
<Sidebar />
<div className="relative md:ml-64 bg-coolGray-100">
<div className="relative md:ml-64 bg-blueGray-100">
<AdminNavbar />
{/* Header */}
<HeaderStats />
Expand Down

0 comments on commit 2caa523

Please sign in to comment.