We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18ae9e7 commit 3c9ce6dCopy full SHA for 3c9ce6d
app/src/main/java/com/infomaniak/mail/ui/newMessage/NewMessageFragment.kt
@@ -314,9 +314,8 @@ class NewMessageFragment : Fragment() {
314
enableAlgorithmicDarkening(true)
315
if (context.isNightModeEnabled()) editor.addCss(context.loadCss(R.raw.custom_dark_mode))
316
317
- addCss(context.loadCss(R.raw.style))
318
-
319
val customColors = listOf(PRIMARY_COLOR_CODE to context.getAttributeColor(RMaeterial.attr.colorPrimary))
+ addCss(context.loadCss(R.raw.style, customColors))
320
addCss(context.loadCss(R.raw.editor_style, customColors))
321
322
isEmptyFlow
0 commit comments