opt live room

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-08-01 16:41:24 +08:00
parent dd5c2229b3
commit 53ef4219eb
11 changed files with 175 additions and 201 deletions

View File

@@ -53,6 +53,7 @@ class _ColorSelectPageState extends State<ColorSelectPage> {
TextStyle subTitleStyle = theme.textTheme.labelMedium!.copyWith(
color: theme.colorScheme.outline,
);
final size = Get.size;
return Scaffold(
appBar: AppBar(title: const Text('选择应用主题')),
body: SafeArea(
@@ -240,8 +241,8 @@ class _ColorSelectPageState extends State<ColorSelectPage> {
...[
IgnorePointer(
child: Container(
height: Get.height / 2,
width: Get.width,
height: size.height / 2,
width: size.width,
color: theme.colorScheme.surface,
child: const HomePage(),
),