Skip to content

Commit b902fdc

Browse files
ovitrifCopilot
andauthored
refactor: add AppButtonDefaults.transparentColors
Co-authored-by: Copilot <[email protected]>
1 parent 5095067 commit b902fdc

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

app/src/main/java/to/bitkit/ui/components/NumberPadActionButton.kt

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,7 @@ fun NumberPadActionButton(
4343
if (enabled) {
4444
Button(
4545
onClick = onClick,
46-
colors = AppButtonDefaults.primaryColors.copy(
47-
containerColor = Color.Transparent,
48-
disabledContainerColor = Color.Transparent
49-
),
46+
colors = AppButtonDefaults.transparentColors,
5047
contentPadding = contentPadding,
5148
shape = buttonShape,
5249
modifier = modifier

0 commit comments

Comments
 (0)