This commit is contained in:
lollipopkit
2023-09-13 14:28:02 +08:00
parent 6c84d2f52b
commit 278d5984b2
55 changed files with 528 additions and 481 deletions

View File

@@ -15,12 +15,12 @@ class TwoLineText extends StatelessWidget {
children: [
Text(
up,
style: textSize15,
style: UIs.textSize15,
overflow: TextOverflow.ellipsis,
),
Text(
down,
style: textSize11,
style: UIs.textSize11,
overflow: TextOverflow.ellipsis,
)
],