Call it 'beta' for now
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
parent
067fc9e45d
commit
fb9a7fc8b7
3 changed files with 3 additions and 2 deletions
|
@ -74,7 +74,7 @@ const SiteErrorBoundary: React.FC<ISiteErrorBoundary> = ({ children }) => {
|
||||||
}
|
}
|
||||||
|
|
||||||
const fallback = (
|
const fallback = (
|
||||||
<div className='flex h-screen flex-col bg-white pb-12 pt-16 dark:bg-primary-900'>
|
<div className='flex h-screen flex-col bg-white pb-12 pt-16 black:bg-black dark:bg-primary-900'>
|
||||||
<main className='mx-auto flex w-full max-w-7xl grow flex-col justify-center px-4 sm:px-6 lg:px-8'>
|
<main className='mx-auto flex w-full max-w-7xl grow flex-col justify-center px-4 sm:px-6 lg:px-8'>
|
||||||
<div className='flex shrink-0 justify-center'>
|
<div className='flex shrink-0 justify-center'>
|
||||||
<a href='/' className='inline-flex'>
|
<a href='/' className='inline-flex'>
|
||||||
|
|
|
@ -6,7 +6,7 @@ import { Icon, Select } from 'soapbox/components/ui';
|
||||||
const messages = defineMessages({
|
const messages = defineMessages({
|
||||||
light: { id: 'theme_toggle.light', defaultMessage: 'Light' },
|
light: { id: 'theme_toggle.light', defaultMessage: 'Light' },
|
||||||
dark: { id: 'theme_toggle.dark', defaultMessage: 'Dark' },
|
dark: { id: 'theme_toggle.dark', defaultMessage: 'Dark' },
|
||||||
black: { id: 'theme_toggle.black', defaultMessage: 'Pure Black' },
|
black: { id: 'theme_toggle.black', defaultMessage: 'Pure Black (beta)' },
|
||||||
system: { id: 'theme_toggle.system', defaultMessage: 'System' },
|
system: { id: 'theme_toggle.system', defaultMessage: 'System' },
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
@ -1497,6 +1497,7 @@
|
||||||
"theme_editor.restore": "Restore default theme",
|
"theme_editor.restore": "Restore default theme",
|
||||||
"theme_editor.save": "Save theme",
|
"theme_editor.save": "Save theme",
|
||||||
"theme_editor.saved": "Theme updated!",
|
"theme_editor.saved": "Theme updated!",
|
||||||
|
"theme_toggle.black": "Pure Black (beta)",
|
||||||
"theme_toggle.dark": "Dark",
|
"theme_toggle.dark": "Dark",
|
||||||
"theme_toggle.light": "Light",
|
"theme_toggle.light": "Light",
|
||||||
"theme_toggle.system": "System",
|
"theme_toggle.system": "System",
|
||||||
|
|
Loading…
Reference in a new issue