Skip to content

Commit

Permalink
fix repeat bg image
Browse files Browse the repository at this point in the history
  • Loading branch information
siriwatknp committed Apr 10, 2024
1 parent fdf93ea commit fb11723
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/pigment-css-next-app/src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ export default function RootLayout(props: { children: React.ReactNode }) {
background-color: ${({ theme: t }) => t.vars.palette.background.default};
color: ${({ theme: t }) => t.vars.palette.text.primary};
background-image: url('@/assets/mui.svg');
background-repeat: no-repeat;
background-position: 1rem 1rem;
`}`}
>
<AppRouterCacheProvider>
Expand Down

0 comments on commit fb11723

Please sign in to comment.