change some text to uppercase

This commit is contained in:
DASHU
2024-09-06 12:43:26 +08:00
parent 94135e9cc4
commit d606139b22

View File

@@ -58,7 +58,7 @@ class _MeRouterLogItemComponent extends State<MeRouterLogItemComponent> {
bottom: 2, bottom: 2,
), ),
child: Text( child: Text(
"approve", "Approve",
style: TextStyle(color: Colors.white), style: TextStyle(color: Colors.white),
), ),
), ),
@@ -72,7 +72,7 @@ class _MeRouterLogItemComponent extends State<MeRouterLogItemComponent> {
right: Base.BASE_PADDING_HALF, right: Base.BASE_PADDING_HALF,
), ),
child: Text( child: Text(
"reject", "Reject",
style: TextStyle(color: Colors.white), style: TextStyle(color: Colors.white),
), ),
), ),