1
0
Fork 0
mirror of https://github.com/immich-app/immich.git synced 2025-01-04 02:46:47 +01:00

fixes dark mode color for invite to album app bar (#1524)

This commit is contained in:
martyfuhry 2023-02-02 13:31:44 -05:00 committed by GitHub
parent 5d6559e839
commit a1806390b0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -118,7 +118,6 @@ class SelectAdditionalUserForSharingPage extends HookConsumerWidget {
appBar: AppBar( appBar: AppBar(
title: const Text( title: const Text(
'share_invite', 'share_invite',
style: TextStyle(color: Colors.black),
).tr(), ).tr(),
elevation: 0, elevation: 0,
centerTitle: false, centerTitle: false,