diff --git a/web/src/App/style.js b/web/src/App/style.js index 36bb8b8..436b758 100644 --- a/web/src/App/style.js +++ b/web/src/App/style.js @@ -2,6 +2,7 @@ import styled, { css } from 'styled-components' export const AppWrapper = styled.div` height: 100%; + background: #cbe8d9; display: grid; grid-template-columns: 60px 1fr; grid-template-rows: 60px 1fr; @@ -34,7 +35,7 @@ export const AppSidebarStyle = styled.div` overflow-x: hidden; transition: width 195ms cubic-bezier(0.4, 0, 0.6, 1) 0ms; border-right: 1px solid rgba(0, 0, 0, 0.12); - background: #fff; + background: #eee; white-space: nowrap; `} ` diff --git a/web/src/components/Donate/DonateDialog.jsx b/web/src/components/Donate/DonateDialog.jsx index d5cf2c9..e01b04c 100644 --- a/web/src/components/Donate/DonateDialog.jsx +++ b/web/src/components/Donate/DonateDialog.jsx @@ -9,7 +9,7 @@ import Button from '@material-ui/core/Button' import { useTranslation } from 'react-i18next' const donateFrame = - '' + '' export default function DonateDialog({ onClose }) { // eslint-disable-next-line no-unused-vars @@ -22,9 +22,7 @@ export default function DonateDialog({ onClose }) { - +