|
@@ -388,10 +388,10 @@ fun ColumnScope.LoginButtonTV(
|
|
|
),
|
|
|
colors = ButtonDefaults.colors(
|
|
|
contentColor = if (isButtonFocused) colorResource(id = R.color.blue_text) else colorResource(id = R.color.white),
|
|
|
- containerColor = if (isButtonFocused) colorResource(id = R.color.white) else MaterialTheme.colorScheme.onSurface,
|
|
|
- pressedContainerColor = if (isButtonFocused) colorResource(id = R.color.white) else MaterialTheme.colorScheme.onSurface,
|
|
|
- focusedContainerColor = if (isButtonFocused) colorResource(id = R.color.white) else MaterialTheme.colorScheme.onSurface,
|
|
|
- disabledContainerColor = if (isButtonFocused) colorResource(id = R.color.white) else MaterialTheme.colorScheme.onSurface,
|
|
|
+ containerColor = if (isButtonFocused) colorResource(id = R.color.white) else MaterialTheme.colorScheme.onSurfaceVariant,
|
|
|
+ pressedContainerColor = if (isButtonFocused) colorResource(id = R.color.white) else MaterialTheme.colorScheme.onSurfaceVariant,
|
|
|
+ focusedContainerColor = if (isButtonFocused) colorResource(id = R.color.white) else MaterialTheme.colorScheme.onSurfaceVariant,
|
|
|
+ disabledContainerColor = if (isButtonFocused) colorResource(id = R.color.white) else MaterialTheme.colorScheme.onSurfaceVariant,
|
|
|
),
|
|
|
// border = ButtonDefaults.border(
|
|
|
// border = Border(
|
|
@@ -409,7 +409,7 @@ fun ColumnScope.LoginButtonTV(
|
|
|
.background(MaterialTheme.colorScheme.onSecondaryContainer),
|
|
|
colors = SurfaceDefaults.colors(
|
|
|
contentColor = if (isButtonFocused) colorResource(id = R.color.blue_text) else colorResource(id = R.color.white),
|
|
|
- containerColor = if (isButtonFocused) colorResource(id = R.color.white) else MaterialTheme.colorScheme.onSurface,
|
|
|
+ containerColor = if (isButtonFocused) colorResource(id = R.color.white) else MaterialTheme.colorScheme.onSurfaceVariant,
|
|
|
)
|
|
|
) {
|
|
|
Text(
|