feat(colors): update color values for improved contrast and visibility

This commit is contained in:
2026-05-02 19:51:13 +02:00
parent a0b573cbfe
commit 1f0c192460
2 changed files with 5 additions and 5 deletions

View File

@@ -24,8 +24,8 @@ fun PurefinIconButton(
CircularIconButton(
icon = icon,
contentDescription = contentDescription,
containerColor = scheme.secondary,
focusedBackgroundColor = focusedBackgroundColor ?: scheme.secondary,
containerColor = scheme.surface,
focusedBackgroundColor = focusedBackgroundColor ?: scheme.surface,
iconColor = scheme.onSecondary,
size = size.dp,
onClick = onClick,