search Bar Colors
fun searchBarColors(backgroundColor: Color = COUITheme.colorScheme.secondaryContainer, labelColor: Color = COUITheme.colorScheme.onSurfaceSecondary, iconColor: Color = COUITheme.colorScheme.onSurfaceSecondary, clearIconColor: Color = COUITheme.colorScheme.onSurfaceContainerHigh): SearchBarColors
Creates a SearchBarColors with the default colors of the InputField, following COUISearchBar (coui_search_view_selector_color_normal capsule, couiColorLabelSecondary hint, couiColorSecondNeutral glyph, couiColorHintNeutral clear circle).