feat: better settings for time, implement auto theme feature, add dark theme css for date picker etc

This commit is contained in:
David Ralph
2021-03-21 22:21:37 +00:00
parent 1b40f112af
commit 177e4fdcdc
12 changed files with 87 additions and 44 deletions

View File

@@ -4,7 +4,7 @@ import Checkbox from '../Checkbox';
import Text from '../Text';
import Switch from '../Switch';
export default function QuoteSettings(props) {
export default function QuoteSettings() {
const { quote } = window.language.modals.main.settings.sections;
return (