forked from firka/firka
fix: test bubble style
This commit is contained in:
@@ -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,
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user