This commit is contained in:
2023-12-20 11:51:58 +04:00
parent 0d8d318a0c
commit e9bc8e9792
7 changed files with 72 additions and 55 deletions

View File

@@ -24,6 +24,7 @@ fun ButtonNice(text: String, color: Color, onClickAction: () -> Unit = {}){
shape = RoundedCornerShape(corner = CornerSize(5.dp)),
colors = ButtonDefaults.buttonColors(
containerColor = color,
contentColor = Color.White
)
) {
Text(text, fontSize = 20.sp, color = Color.Black)