Skip to content

Commit

Permalink
Merge pull request #363 from tanyas-codes/design/bg-color
Browse files Browse the repository at this point in the history
style: dashboard background colour change for selective pages
  • Loading branch information
vplasencia authored Jan 26, 2024
2 parents f5eb73f + 2dbefe6 commit cf4abdf
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions apps/dashboard/src/pages/home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,7 @@ export default function HomePage(): JSX.Element {

return (
<VStack
bgColor={pathname === "/" ? "balticSea.950" : "inherit"}
bgGradient={
pathname !== "/"
? "linear(to-b, classicRose.200, balticSea.100)"
: "inherit"
}
bgColor={pathname === "/" ? "balticSea.950" : "classicRose.200"}
color={pathname === "/" ? "balticSea.50" : "inherit"}
flex="1"
>
Expand Down

0 comments on commit cf4abdf

Please sign in to comment.