替换白色为 fafa
This commit is contained in:
@@ -52,7 +52,7 @@ export default function withAuth<P extends object>(
|
||||
style={{
|
||||
width: "100vw",
|
||||
height: "100vh",
|
||||
backgroundColor: "#fff",
|
||||
backgroundColor: "#FAFAFA",
|
||||
position: "fixed",
|
||||
top: 0,
|
||||
left: 0,
|
||||
@@ -69,7 +69,7 @@ export default function withAuth<P extends object>(
|
||||
style={{
|
||||
width: "100vw",
|
||||
height: "100vh",
|
||||
backgroundColor: "#fff",
|
||||
backgroundColor: "#FAFAFA",
|
||||
position: "fixed",
|
||||
top: 0,
|
||||
left: 0,
|
||||
|
||||
Reference in New Issue
Block a user