mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-02-19 23:29:32 +08:00
Compare commits
2 Commits
display_na
...
copilot/fi
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f65f5812b2 | ||
|
|
b8f5b91168 |
@@ -501,10 +501,10 @@ class MyTheme {
|
||||
)
|
||||
: null,
|
||||
textTheme: const TextTheme(
|
||||
titleLarge: TextStyle(fontSize: 19),
|
||||
titleSmall: TextStyle(fontSize: 14),
|
||||
bodySmall: TextStyle(fontSize: 12, height: 1.25),
|
||||
bodyMedium: TextStyle(fontSize: 14, height: 1.25),
|
||||
titleLarge: TextStyle(fontSize: 19, color: Colors.white70),
|
||||
titleSmall: TextStyle(fontSize: 14, color: Colors.white70),
|
||||
bodySmall: TextStyle(fontSize: 12, color: Colors.white70, height: 1.25),
|
||||
bodyMedium: TextStyle(fontSize: 14, color: Colors.white70, height: 1.25),
|
||||
labelLarge: TextStyle(
|
||||
fontSize: 16.0,
|
||||
fontWeight: FontWeight.bold,
|
||||
|
||||
Reference in New Issue
Block a user