Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2378d9ae authored by Coco Duan's avatar Coco Duan Committed by Android (Google) Code Review
Browse files

Merge "Update contentColor for outlined button on hub" into main

parents 2fc51dd2 538d39ad
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1270,7 +1270,7 @@ private fun ToolbarButton(
    ) {
        OutlinedButton(
            onClick = onClick,
            colors = ButtonDefaults.outlinedButtonColors(contentColor = colors.onPrimaryContainer),
            colors = ButtonDefaults.outlinedButtonColors(contentColor = colors.primary),
            border = BorderStroke(width = 2.0.dp, color = colors.primary),
            contentPadding = Dimensions.ButtonPadding,
        ) {