diff --git a/src/App.css b/src/App.css index d42a6aa..c47301a 100644 --- a/src/App.css +++ b/src/App.css @@ -242,6 +242,9 @@ svg { text-decoration: none; } #version a:hover { text-decoration: underline } +#version svg { font-size: 1.2em !important } +#version .MuiPaper-root:before{ display: none !important } + .small { font-size: 12px; font-weight: normal !important; } button { border: none; @@ -261,7 +264,6 @@ button { width: 75px; height: 75px; } -#version .MuiPaper-root:before{ display: none !important; } /* PlayBack Button */ .play-btn { diff --git a/src/components/about.component.tsx b/src/components/about.component.tsx index b400914..37b14c7 100644 --- a/src/components/about.component.tsx +++ b/src/components/about.component.tsx @@ -2,7 +2,7 @@ import React from 'react' import { Button, Accordion, AccordionSummary } from '@mui/material' import { version } from '../../package.json' -import { Themes, License, AboutOutline, PrivacyPolicy, ExpandMoreIcon } from '../lib/icons.component' +import { Themes, License, AboutOutline, PrivacyPolicy, Expand } from '../lib/icons.component' const About = ({ properties }: any) => { const setTheme = (url: string | Boolean) => { @@ -31,7 +31,7 @@ const About = ({ properties }: any) => { - }> + }>

Themes

@@ -45,7 +45,7 @@ const About = ({ properties }: any) => { - }> + }>

Privacy Policy

@@ -60,7 +60,7 @@ const About = ({ properties }: any) => { - }> + }>

License

diff --git a/src/lib/icons.component.tsx b/src/lib/icons.component.tsx index 24a36f4..a986e54 100644 --- a/src/lib/icons.component.tsx +++ b/src/lib/icons.component.tsx @@ -49,7 +49,7 @@ export function Themes() { export function PrivacyPolicy() { return } -export function ExpandMoreIcon() { +export function Expand() { return } export function License() {