Skip to content

Commit 08f9f3d

Browse files
committed
fix(frontend): Use theme color in app.css
1 parent 07a43b1 commit 08f9f3d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

front-end/src/App.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22

33
.App {
4-
background-color: rgb(41, 41, 41);
4+
background-color: var(--third);
55
display: flex; /* Add this to center the container */
66
flex-direction: column;
77
align-items: center;

0 commit comments

Comments
 (0)