Skip to content

Commit

Permalink
🔧 Update theme color for foundation
Browse files Browse the repository at this point in the history
  • Loading branch information
AnandChowdhary committed Apr 30, 2024
1 parent 7b038e6 commit 002e1ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/foundation/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { Layout } from '@/app/foundation/components/Layout'
import type { Metadata, Viewport } from 'next'

export const viewport: Viewport = {
themeColor: '#0ca5e9',
themeColor: '#15b8a6',
}

export const metadata: Metadata = {
Expand Down

0 comments on commit 002e1ba

Please sign in to comment.