1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-11-29 22:48:10 +02:00

Mobile: Plugins: Show information page before enabling plugin support (#10348)

This commit is contained in:
Henry Heino
2024-05-02 06:58:29 -07:00
committed by GitHub
parent 70c2f0a70a
commit 4056fc2281
8 changed files with 229 additions and 25 deletions

View File

@@ -1186,7 +1186,14 @@ class AppComponent extends React.Component {
...paperTheme.colors,
onPrimaryContainer: theme.color5,
primaryContainer: theme.backgroundColor5,
primary: theme.color,
onPrimary: theme.backgroundColor,
background: theme.backgroundColor,
surface: theme.backgroundColor,
onSurface: theme.color,
secondaryContainer: theme.raisedBackgroundColor,
onSecondaryContainer: theme.raisedColor,