fix: test bubble style

This commit is contained in:
checkedear
2026-04-18 13:36:49 +02:00
parent 251e8de446
commit 607f49bafc

View File

@@ -19,12 +19,12 @@ class BubbleTest extends StatelessWidget {
height: 24,
),
Transform.translate(
offset: Offset(3, 6),
offset: Offset(2, 4),
child: FirkaIconWidget(
FirkaIconType.majesticons,
Majesticon.editPen4Line,
Majesticon.editPen4Solid,
color: appStyle.colors.accent,
size: 14,
size: 16,
),
),
],