mirror of
https://github.com/bbara04/Purefin.git
synced 2026-07-23 19:26:50 +00:00
feat(colors): update color values for improved contrast and visibility
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user