You've already forked KernelSU-Next
mirror of
https://github.com/KernelSU-Next/KernelSU-Next.git
synced 2025-08-27 23:46:34 +00:00
manager: adjusted module banner fade opacity
This commit is contained in:
@@ -733,7 +733,7 @@ fun ModuleItem(
|
||||
Brush.verticalGradient(
|
||||
colors = listOf(
|
||||
fadeColor.copy(alpha = 0.0f),
|
||||
fadeColor.copy(alpha = 0.9f)
|
||||
fadeColor.copy(alpha = 0.8f)
|
||||
),
|
||||
startY = 0f,
|
||||
endY = Float.POSITIVE_INFINITY
|
||||
|
||||
Reference in New Issue
Block a user