Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F12945064
D14629.id42646.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
671 B
Subscribers
None
D14629.id42646.diff
View Options
diff --git a/web/e.cash/pages/_app.js b/web/e.cash/pages/_app.js
--- a/web/e.cash/pages/_app.js
+++ b/web/e.cash/pages/_app.js
@@ -3,12 +3,12 @@
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
import Script from 'next/script';
import { ThemeProvider } from 'styled-components';
-import { stealth } from '/styles/theme';
+import { ecash } from '/styles/theme';
import GlobalCSS from '/styles/global';
export default function App({ Component, pageProps }) {
return (
- <ThemeProvider theme={stealth}>
+ <ThemeProvider theme={ecash}>
<GlobalCSS />
<Component {...pageProps} />
<Script
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Feb 6, 17:40 (18 h, 58 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5082793
Default Alt Text
D14629.id42646.diff (671 B)
Attached To
D14629: [e.cash] Change theme
Event Timeline
Log In to Comment