Skip to content

Commit

Permalink
bug: home 상단 색 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
ptq124 committed Feb 17, 2025
1 parent 6967a0b commit 72a73aa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ export default function App() {
const url = navState.url;
if (url === 'https://d2jk5p6q83gaab.cloudfront.net/') {
setBgColor('#D6E4FF');
} else if (url.includes('home')) {
setBgColor('#F4F8FF');
} else {
setBgColor('#FFFFFF');
}
Expand Down

0 comments on commit 72a73aa

Please sign in to comment.