mirror of
https://github.com/revanced/revanced-manager
synced 2024-05-14 13:56:57 +02:00
fix: weird icon artifact, patchItem border radius.
This commit is contained in:
parent
739673dd8f
commit
a00e94d2fe
@ -40,6 +40,7 @@ class _InstalledAppItemState extends State<InstalledAppItem> {
|
||||
padding: const EdgeInsets.symmetric(vertical: 4.0),
|
||||
alignment: Alignment.center,
|
||||
child: CircleAvatar(
|
||||
backgroundColor: Colors.transparent,
|
||||
child: Image.memory(widget.icon),
|
||||
),
|
||||
),
|
||||
|
@ -28,6 +28,7 @@ class _PatchItemState extends State<PatchItem> {
|
||||
return Container(
|
||||
decoration: BoxDecoration(
|
||||
color: Theme.of(context).colorScheme.primary,
|
||||
borderRadius: BorderRadius.circular(12),
|
||||
),
|
||||
padding: const EdgeInsets.symmetric(vertical: 12, horizontal: 12),
|
||||
margin: const EdgeInsets.symmetric(vertical: 4, horizontal: 8),
|
||||
|
Loading…
x
Reference in New Issue
Block a user