Fixed intro screen margins and icons

This commit is contained in:
hayk888997
2026-02-10 18:35:17 +04:00
parent 9fe67aa5ac
commit dfb8443d35
4 changed files with 1 additions and 1 deletions
@@ -31,7 +31,7 @@ fun IntroPage(
verticalArrangement = Arrangement.Top,
) {
Spacer(Modifier.weight(1f))
Spacer(Modifier.height(DEFAULT_PADDING * 2))
Box(
modifier = Modifier.fillMaxWidth(),
Binary file not shown.

Before

Width:  |  Height:  |  Size: 662 KiB

After

Width:  |  Height:  |  Size: 554 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 373 KiB

After

Width:  |  Height:  |  Size: 314 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 799 KiB

After

Width:  |  Height:  |  Size: 549 KiB