mirror of
https://github.com/YunoHost-Apps/outline_ynh.git
synced 2024-09-03 19:56:12 +02:00
Update app-04-bible.patch
This commit is contained in:
parent
2314143170
commit
b94906fd7a
1 changed files with 3 additions and 3 deletions
|
@ -112,14 +112,14 @@ index 158a0dfb..f297c343 100644
|
||||||
component = <InfoIcon color="currentColor" />;
|
component = <InfoIcon color="currentColor" />;
|
||||||
}
|
}
|
||||||
diff --git a/shared/styles/theme.ts b/shared/styles/theme.ts
|
diff --git a/shared/styles/theme.ts b/shared/styles/theme.ts
|
||||||
index 3ff5c7cf..f3809fd1 100644
|
index 3ff5c7cf..e8c00cca 100644
|
||||||
--- a/shared/styles/theme.ts
|
--- a/shared/styles/theme.ts
|
||||||
+++ b/shared/styles/theme.ts
|
+++ b/shared/styles/theme.ts
|
||||||
@@ -87,6 +87,8 @@ export const base = {
|
@@ -87,6 +87,8 @@ export const base = {
|
||||||
noticeTipText: colors.almostBlack,
|
noticeTipText: colors.almostBlack,
|
||||||
noticeWarningBackground: "#996633",
|
noticeWarningBackground: "#d73a49",
|
||||||
noticeWarningText: colors.almostBlack,
|
noticeWarningText: colors.almostBlack,
|
||||||
+ noticeBibleBackground: "#e9f5f9",
|
+ noticeBibleBackground: "#996633",
|
||||||
+ noticeBibleText: colors.almostBlack,
|
+ noticeBibleText: colors.almostBlack,
|
||||||
breakpoints,
|
breakpoints,
|
||||||
};
|
};
|
Loading…
Reference in a new issue