mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
opt live room
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -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(),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user