mirror of
https://github.com/Steffo99/todocolors.git
synced 2024-11-25 17:54:18 +00:00
Rename .appBody
CSSm class to .body
This commit is contained in:
parent
11eb6ec4ad
commit
5539a5ffb3
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
.appBody {
|
.body {
|
||||||
min-width: 100svw;
|
min-width: 100svw;
|
||||||
min-height: 100svh;
|
min-height: 100svh;
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@ import style from "./Body.module.css"
|
||||||
|
|
||||||
export function Body({children}: {children: ReactNode}) {
|
export function Body({children}: {children: ReactNode}) {
|
||||||
return (
|
return (
|
||||||
<body className={style.appBody}>
|
<body className={style.body}>
|
||||||
{children}
|
{children}
|
||||||
</body>
|
</body>
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue