mirror of
https://github.com/twonlyapp/twonly-app.git
synced 2026-01-15 10:38:41 +00:00
fix color issue
This commit is contained in:
parent
9a5114eb5d
commit
e759e14f70
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@ class _SettingsMainViewState extends State<SettingsMainView> {
|
|||
initAsync();
|
||||
},
|
||||
child: Container(
|
||||
color: context.color.surface,
|
||||
color: context.color.surface.withAlpha(0),
|
||||
child: Row(
|
||||
children: [
|
||||
ContactAvatar(
|
||||
|
|
|
|||
Loading…
Reference in a new issue