diff --git a/package.json b/package.json index 10473940c..056ed81bf 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "@babel/register": "^7.0.0", "@exponent/electron-cookies": "^2.0.0", "@hot-loader/react-dom": "^16.8", - "@lbry/components": "^2.8.0", + "@lbry/components": "^3.0.0", "@reach/menu-button": "^0.1.18", "@reach/rect": "^0.2.1", "@reach/tabs": "^0.1.5", diff --git a/static/app-strings.json b/static/app-strings.json index 1f436a49e..c74aed14b 100644 --- a/static/app-strings.json +++ b/static/app-strings.json @@ -820,7 +820,6 @@ "Advanced Editor": "Advanced Editor", "If you bid more than %amount% LBC, when someone navigates to %uri%, it will load your published content. However, you can get a longer version of this URL for any bid.": "If you bid more than %amount% LBC, when someone navigates to %uri%, it will load your published content. However, you can get a longer version of this URL for any bid.", "%nameOrTitle% has been published to lbry://%name%. Click here to view it.": "%nameOrTitle% has been published to lbry://%name%. Click here to view it.", - "Discussion": "Discussion", "If you don't choose a file, the file from your existing claim %name% will be used": "If you don't choose a file, the file from your existing claim %name% will be used", "To enable this feature, check 'Save Password' the next time you start the app.": "To enable this feature, check 'Save Password' the next time you start the app.", "for adding a subscription!": "for adding a subscription!", diff --git a/ui/component/app/view.jsx b/ui/component/app/view.jsx index 01f3ee369..e7c286e67 100644 --- a/ui/component/app/view.jsx +++ b/ui/component/app/view.jsx @@ -113,7 +113,7 @@ function App(props: Props) { useEffect(() => { // $FlowFixMe - document.documentElement.setAttribute('data-mode', theme); + document.documentElement.setAttribute('theme', theme); }, [theme]); useEffect(() => { diff --git a/ui/component/blockButton/view.jsx b/ui/component/blockButton/view.jsx index 19569f432..ddae5535e 100644 --- a/ui/component/blockButton/view.jsx +++ b/ui/component/blockButton/view.jsx @@ -26,7 +26,6 @@ export default function BlockButton(props: Props) { return permanentUrl && !claimIsMine ? (