mirror of
https://github.com/revanced/revanced-manager.git
synced 2025-05-02 23:04:25 +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),
|
padding: const EdgeInsets.symmetric(vertical: 4.0),
|
||||||
alignment: Alignment.center,
|
alignment: Alignment.center,
|
||||||
child: CircleAvatar(
|
child: CircleAvatar(
|
||||||
|
backgroundColor: Colors.transparent,
|
||||||
child: Image.memory(widget.icon),
|
child: Image.memory(widget.icon),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
@ -28,6 +28,7 @@ class _PatchItemState extends State<PatchItem> {
|
|||||||
return Container(
|
return Container(
|
||||||
decoration: BoxDecoration(
|
decoration: BoxDecoration(
|
||||||
color: Theme.of(context).colorScheme.primary,
|
color: Theme.of(context).colorScheme.primary,
|
||||||
|
borderRadius: BorderRadius.circular(12),
|
||||||
),
|
),
|
||||||
padding: const EdgeInsets.symmetric(vertical: 12, horizontal: 12),
|
padding: const EdgeInsets.symmetric(vertical: 12, horizontal: 12),
|
||||||
margin: const EdgeInsets.symmetric(vertical: 4, horizontal: 8),
|
margin: const EdgeInsets.symmetric(vertical: 4, horizontal: 8),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user