mirror of
https://github.com/lemeow125/Borrowing-TrackerFrontend.git
synced 2025-09-17 04:59:35 +08:00
Add styles for student
This commit is contained in:
parent
c4bcb30b80
commit
93768f4d4a
4 changed files with 141 additions and 142 deletions
|
@ -11,7 +11,7 @@ export default function StatusTextColor(status: string) {
|
|||
status === "Finalized" ||
|
||||
status === "Borrowed"
|
||||
) {
|
||||
return colors.green;
|
||||
return colors.dark_green;
|
||||
} else {
|
||||
return colors.red;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue