Skip to content

Commit 720671d

Browse files
committed
Implemented Hotfix for APP bg color
1 parent e88470e commit 720671d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/App.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ body {
1212
overflow-x: auto;
1313
overflow: hidden;
1414
/* background-color: var(--background-color); */
15-
background-color: #fff;
15+
background-color: #ffffff;
1616
}
1717

1818
.App {

0 commit comments

Comments
 (0)