File tree Expand file tree Collapse file tree 5 files changed +10
-10
lines changed
components-lab/src/commonMain/kotlin/com/nomanr/lumo/ui/components
plugin/src/main/resources/templates
sample-android/ui-components/src/main/java/com/nomanr/sample/ui/components
sample-multiplatform/ui-components/src/commonMain/kotlin/com/nomanr/lumo/multiplatform/ui/components Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -314,7 +314,7 @@ internal object ButtonDefaults {
314
314
colors =
315
315
ButtonColors (
316
316
containerColor = AppTheme .colors.transparent,
317
- contentColor = AppTheme .colors.primary ,
317
+ contentColor = AppTheme .colors.secondary ,
318
318
borderColor = AppTheme .colors.secondary,
319
319
disabledContainerColor = AppTheme .colors.transparent,
320
320
disabledContentColor = AppTheme .colors.onDisabled,
@@ -331,7 +331,7 @@ internal object ButtonDefaults {
331
331
colors =
332
332
ButtonColors (
333
333
containerColor = AppTheme .colors.transparent,
334
- contentColor = AppTheme .colors.primary ,
334
+ contentColor = AppTheme .colors.secondary ,
335
335
borderColor = AppTheme .colors.transparent,
336
336
disabledContainerColor = AppTheme .colors.transparent,
337
337
disabledContentColor = AppTheme .colors.onDisabled,
Original file line number Diff line number Diff line change @@ -314,7 +314,7 @@ internal object ButtonDefaults {
314
314
colors =
315
315
ButtonColors(
316
316
containerColor = {{themeName}}.colors.transparent,
317
- contentColor = {{themeName}}.colors.primary ,
317
+ contentColor = {{themeName}}.colors.secondary ,
318
318
borderColor = {{themeName}}.colors.secondary,
319
319
disabledContainerColor = {{themeName}}.colors.transparent,
320
320
disabledContentColor = {{themeName}}.colors.onDisabled,
@@ -331,7 +331,7 @@ internal object ButtonDefaults {
331
331
colors =
332
332
ButtonColors(
333
333
containerColor = {{themeName}}.colors.transparent,
334
- contentColor = {{themeName}}.colors.primary ,
334
+ contentColor = {{themeName}}.colors.secondary ,
335
335
borderColor = {{themeName}}.colors.transparent,
336
336
disabledContainerColor = {{themeName}}.colors.transparent,
337
337
disabledContentColor = {{themeName}}.colors.onDisabled,
Original file line number Diff line number Diff line change @@ -314,7 +314,7 @@ internal object ButtonDefaults {
314
314
colors =
315
315
ButtonColors(
316
316
containerColor = {{themeName}}.colors.transparent,
317
- contentColor = {{themeName}}.colors.primary ,
317
+ contentColor = {{themeName}}.colors.secondary ,
318
318
borderColor = {{themeName}}.colors.secondary,
319
319
disabledContainerColor = {{themeName}}.colors.transparent,
320
320
disabledContentColor = {{themeName}}.colors.onDisabled,
@@ -331,7 +331,7 @@ internal object ButtonDefaults {
331
331
colors =
332
332
ButtonColors(
333
333
containerColor = {{themeName}}.colors.transparent,
334
- contentColor = {{themeName}}.colors.primary ,
334
+ contentColor = {{themeName}}.colors.secondary ,
335
335
borderColor = {{themeName}}.colors.transparent,
336
336
disabledContainerColor = {{themeName}}.colors.transparent,
337
337
disabledContentColor = {{themeName}}.colors.onDisabled,
Original file line number Diff line number Diff line change @@ -314,7 +314,7 @@ internal object ButtonDefaults {
314
314
colors =
315
315
ButtonColors (
316
316
containerColor = AppTheme .colors.transparent,
317
- contentColor = AppTheme .colors.primary ,
317
+ contentColor = AppTheme .colors.secondary ,
318
318
borderColor = AppTheme .colors.secondary,
319
319
disabledContainerColor = AppTheme .colors.transparent,
320
320
disabledContentColor = AppTheme .colors.onDisabled,
@@ -331,7 +331,7 @@ internal object ButtonDefaults {
331
331
colors =
332
332
ButtonColors (
333
333
containerColor = AppTheme .colors.transparent,
334
- contentColor = AppTheme .colors.primary ,
334
+ contentColor = AppTheme .colors.secondary ,
335
335
borderColor = AppTheme .colors.transparent,
336
336
disabledContainerColor = AppTheme .colors.transparent,
337
337
disabledContentColor = AppTheme .colors.onDisabled,
Original file line number Diff line number Diff line change @@ -314,7 +314,7 @@ internal object ButtonDefaults {
314
314
colors =
315
315
ButtonColors (
316
316
containerColor = AppTheme .colors.transparent,
317
- contentColor = AppTheme .colors.primary ,
317
+ contentColor = AppTheme .colors.secondary ,
318
318
borderColor = AppTheme .colors.secondary,
319
319
disabledContainerColor = AppTheme .colors.transparent,
320
320
disabledContentColor = AppTheme .colors.onDisabled,
@@ -331,7 +331,7 @@ internal object ButtonDefaults {
331
331
colors =
332
332
ButtonColors (
333
333
containerColor = AppTheme .colors.transparent,
334
- contentColor = AppTheme .colors.primary ,
334
+ contentColor = AppTheme .colors.secondary ,
335
335
borderColor = AppTheme .colors.transparent,
336
336
disabledContainerColor = AppTheme .colors.transparent,
337
337
disabledContentColor = AppTheme .colors.onDisabled,
You can’t perform that action at this time.
0 commit comments