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