Improved transaction entry, added create transaction page and improved student-related component layouts

This commit is contained in:
Keannu Christian Bernasol 2023-12-27 18:31:47 +08:00
parent 5f0e3648d6
commit 38c2de3970
8 changed files with 298 additions and 29 deletions

View file

@ -111,7 +111,7 @@ export default function Drawer() {
paddingLeft: "8px",
color:
clearance.data?.cleared === "Cleared"
? colors.green
? colors.font_dark
: colors.red,
margin: 0,
alignSelf: "center",