|
|
@@ -139,14 +139,15 @@ class _SettingScreenState extends State<SettingScreen> {
|
|
|
Widget build(BuildContext context) {
|
|
|
final audio = context.read<JcAudioController>();
|
|
|
return Scaffold(
|
|
|
+ backgroundColor: SkinHelper.colorWhite,
|
|
|
appBar: AppBar(
|
|
|
- backgroundColor: Colors.white,
|
|
|
+ backgroundColor: SkinHelper.colorWhite,
|
|
|
centerTitle: true,
|
|
|
title: Text(
|
|
|
AppLocalizations.of(context)!.setting,
|
|
|
style: TextStyle(color: Colors.black87, fontWeight: FontWeight.bold, fontSize: 24),
|
|
|
),
|
|
|
- elevation: 1,
|
|
|
+ // elevation: 1,
|
|
|
leading: IconButton(
|
|
|
icon: const Icon(Icons.arrow_back_outlined, color: Colors.black87),
|
|
|
onPressed: () {
|