Skip to content

Commit

Permalink
AddMediaSheet: Make the confirm button primary color
Browse files Browse the repository at this point in the history
Signed-off-by: IacobIonut01 <[email protected]>
  • Loading branch information
IacobIonut01 committed Nov 24, 2023
1 parent 88d955d commit b42ac59
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,9 @@ fun AddAlbumSheet(
},
textContainer = {
Text(text = stringResource(id = R.string.action_confirm))
}
},
containerColor = MaterialTheme.colorScheme.primaryContainer,
contentColor = MaterialTheme.colorScheme.onPrimaryContainer
)

Spacer(modifier = Modifier.navigationBarsPadding())
Expand Down

0 comments on commit b42ac59

Please sign in to comment.