1
0
forked from firka/firka

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, height: 24,
), ),
Transform.translate( Transform.translate(
offset: Offset(3, 6), offset: Offset(2, 4),
child: FirkaIconWidget( child: FirkaIconWidget(
FirkaIconType.majesticons, FirkaIconType.majesticons,
Majesticon.editPen4Line, Majesticon.editPen4Solid,
color: appStyle.colors.accent, color: appStyle.colors.accent,
size: 14, size: 16,
), ),
), ),
], ],