mod: refresh tip

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-01-10 23:31:23 +08:00
parent 11c6d5ac7e
commit c29db2bc4f
2 changed files with 0 additions and 5 deletions

View File

@@ -44,7 +44,6 @@ class _HomePageState extends State<HomePage>
if (_homeController.tabs.length > 1) ...[
const SizedBox(height: 4),
Material(
color: Theme.of(context).colorScheme.surface,
child: SizedBox(
height: 42,
child: TabBar(

View File

@@ -126,10 +126,6 @@ class _RcmdPageState extends State<RcmdPage>
},
child: Card(
margin: EdgeInsets.zero,
color: Theme.of(context)
.colorScheme
.secondaryContainer
.withOpacity(0.5),
child: Container(
alignment: Alignment.center,
padding: const EdgeInsets.symmetric(horizontal: 10),