mirror of
https://github.com/haorendashu/nowser.git
synced 2025-12-18 18:14:21 +01:00
change some text to uppercase
This commit is contained in:
@@ -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),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
|||||||
Reference in New Issue
Block a user