Fix DecoratedButton
This commit is contained in:
parent
4110c2118f
commit
b65a8bb883
@ -42,10 +42,10 @@ object DecoratedButtonValues {
|
||||
|
||||
private val DisabledColors: ButtonColors
|
||||
@Composable get() = ButtonColors(
|
||||
disabledContentColor = NTOTheme.colors.primaryBackground,
|
||||
disabledContainerColor = NTOTheme.colors.buttonDisabled,
|
||||
contentColor = NTOTheme.colors.primaryBackground,
|
||||
containerColor = NTOTheme.colors.buttonDisabled,
|
||||
disabledContentColor = Color.Unspecified,
|
||||
disabledContainerColor = Color.Unspecified
|
||||
containerColor = NTOTheme.colors.button
|
||||
)
|
||||
|
||||
@Composable
|
||||
|
Loading…
x
Reference in New Issue
Block a user