💄 Adjust icon size
This commit is contained in:
parent
d654c162e3
commit
f6939d7c23
@ -238,12 +238,12 @@ class _ExploreScreenState extends State<ExploreScreen>
|
|||||||
icon: _listKey.currentState?.realm != null
|
icon: _listKey.currentState?.realm != null
|
||||||
? AccountImage(
|
? AccountImage(
|
||||||
content: _listKey.currentState!.realm!.avatar,
|
content: _listKey.currentState!.realm!.avatar,
|
||||||
radius: 18,
|
radius: 14,
|
||||||
)
|
)
|
||||||
: Image.asset(
|
: Image.asset(
|
||||||
'assets/icon/icon-dark.png',
|
'assets/icon/icon-dark.png',
|
||||||
width: 36,
|
width: 32,
|
||||||
height: 36,
|
height: 32,
|
||||||
color: Theme.of(context)
|
color: Theme.of(context)
|
||||||
.appBarTheme
|
.appBarTheme
|
||||||
.foregroundColor,
|
.foregroundColor,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user