Skip to content

Commit 21597ba

Browse files
PM-16830 - Update global loading screen component to new reskinned version (#4558)
1 parent efbb959 commit 21597ba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/src/main/java/com/x8bit/bitwarden/ui/platform/components/indicator/BitwardenCircularProgressIndicator.kt

+1
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,6 @@ fun BitwardenCircularProgressIndicator(
1515
CircularProgressIndicator(
1616
modifier = modifier,
1717
color = BitwardenTheme.colorScheme.stroke.border,
18+
trackColor = BitwardenTheme.colorScheme.background.tertiary,
1819
)
1920
}

0 commit comments

Comments
 (0)