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 2caa523 commit c6452c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/Auth.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default function Auth({ children }) {
<main>
<section className="relative w-full h-full py-40 min-h-screen">
<div
className="absolute top-0 w-full h-full bg-coolGray-800 bg-no-repeat bg-full"
className="absolute top-0 w-full h-full bg-blueGray-800 bg-no-repeat bg-full"
style={{
backgroundImage: "url('/img/register_bg_2.png')",
}}
Expand Down

0 comments on commit c6452c8

Please sign in to comment.