Skip to content

Commit

Permalink
Add proper tint color for product info icon color
Browse files Browse the repository at this point in the history
  • Loading branch information
AnirudhBhat committed Sep 5, 2024
1 parent df50485 commit 7e16161
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ import androidx.compose.foundation.rememberScrollState
import androidx.compose.foundation.shape.RoundedCornerShape
import androidx.compose.foundation.verticalScroll
import androidx.compose.material.Card
import androidx.compose.material.ContentAlpha
import androidx.compose.material.ExperimentalMaterialApi
import androidx.compose.material.Icon
import androidx.compose.material.IconButton
Expand Down Expand Up @@ -202,7 +203,7 @@ private fun ProductsToolbar(
contentDescription = stringResource(
id = R.string.woopos_banner_simple_products_info_content_description
),
tint = MaterialTheme.colors.primary,
tint = MaterialTheme.colors.onSurface.copy(ContentAlpha.high),
)
}
}
Expand Down

0 comments on commit 7e16161

Please sign in to comment.