|
|
@ -35,7 +35,7 @@ interface ButtonType {
|
|
|
|
@Composable
|
|
|
|
@Composable
|
|
|
|
override fun buttonColors() = ButtonDefaults.buttonColors(
|
|
|
|
override fun buttonColors() = ButtonDefaults.buttonColors(
|
|
|
|
contentColor = contentColor,
|
|
|
|
contentColor = contentColor,
|
|
|
|
containerColor = Color.Unspecified,
|
|
|
|
containerColor = Color.Transparent,
|
|
|
|
disabledContentColor = LocalColors.current.disabled,
|
|
|
|
disabledContentColor = LocalColors.current.disabled,
|
|
|
|
disabledContainerColor = Color.Transparent
|
|
|
|
disabledContainerColor = Color.Transparent
|
|
|
|
)
|
|
|
|
)
|
|
|
|