Added styles and fix button for API

This commit is contained in:
2025-06-26 19:49:14 -06:00
parent 23cc4ab8f0
commit 5413f80ee2
14 changed files with 101 additions and 33 deletions

View File

@@ -0,0 +1,13 @@
.main-screen {
flex-grow: 1;
padding: 10px;
background-color: rgb(255, 255, 255);
}
.title-label {
background-color: transparent;
color: black;
font-size: 24px;
font-weight: bold;
margin-bottom: 10px;
}