Skip to content

Commit

Permalink
ProfileColorBanner: remove legacy comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dovalid committed Aug 23, 2024
1 parent 87f29a1 commit 1dfe3db
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ import { cn } from "@/lib/utils"
import Color from "color"
import { useProfile } from "../_hooks/useProfile"

// This works great with most colors in dark mode (yellow / green shades not so much).
// In light mode we could introduce a layered design so the header section is always dark,
// and further optimize for bright vivid colors, for it to be a complete robust solution
export const ProfileColorBanner = () => {
const { data: profile } = useProfile()

Expand Down

0 comments on commit 1dfe3db

Please sign in to comment.