PM-16830 - Update global loading screen component to new reskinned version (#4558)

This commit is contained in:
Phil Cappelli
2025-01-13 14:09:29 -05:00
committed by GitHub
parent efbb959ecc
commit 21597ba746

View File

@@ -15,5 +15,6 @@ fun BitwardenCircularProgressIndicator(
CircularProgressIndicator(
modifier = modifier,
color = BitwardenTheme.colorScheme.stroke.border,
trackColor = BitwardenTheme.colorScheme.background.tertiary,
)
}