We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f61ca2e commit 6bde490Copy full SHA for 6bde490
pages/index.tsx
@@ -24,7 +24,7 @@ export default function Home() {
24
const [resultVals, setResultVals] = useState<ResultCode[]>([])
25
const [demoEnded, setDemoEnded] = useState<boolean>(true)
26
const [config, setConfig] = useState<TranslatorConfigCopy>(
27
- { ...defaultTranslatorConfig, customTheme: '{\n "box-shadow": {\n "10px 10px 5px #888888": "my-custom-theme-shadow"\n }\n}' }
+ { ...defaultTranslatorConfig, customTheme: '{\n "box-shadow": {\n "10px 10px 5px #888888": "box-shadow-custom"\n }\n}' }
28
)
29
const demoStringKey = useRef<string[]>(demoArray)
30
0 commit comments