Skip to content
Snippets Groups Projects
Unverified Commit 511a91f2 authored by Ivan “CLOVIS” Canet's avatar Ivan “CLOVIS” Canet
Browse files

fix(theme-dynamic): Add missing 90 tone during generation

parent 1e3c7662
No related branches found
No related tags found
1 merge request!83Documentation for dynamic theming
......@@ -29,7 +29,7 @@ fun InstallDynamicScheme(
}
}
val commonTones = listOf(0, 10, 20, 30, 40, 50, 60, 70, 80, 95, 99, 100)
val commonTones = listOf(0, 10, 20, 30, 40, 50, 60, 70, 80, 90, 95, 99, 100)
tonesOf("--mdk-ref-primary", palette.primaryPalette, commonTones)
tonesOf("--mdk-ref-secondary", palette.secondaryPalette, commonTones)
tonesOf("--mdk-ref-tertiary", palette.tertiaryPalette, commonTones)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment