mirror of
https://github.com/strapi/strapi.git
synced 2025-09-27 09:25:46 +00:00
feat(content-manager): change theme
This commit is contained in:
parent
a358228361
commit
a2a9966703
@ -1,7 +1,5 @@
|
|||||||
import * as React from 'react';
|
import * as React from 'react';
|
||||||
|
|
||||||
// Import the PrismJS theme to highlight the code
|
|
||||||
import 'prismjs/themes/prism-solarizedlight.css';
|
|
||||||
import {
|
import {
|
||||||
Page,
|
Page,
|
||||||
Blocker,
|
Blocker,
|
||||||
@ -163,6 +161,8 @@ const EditViewPage = () => {
|
|||||||
return yupSchema.validateSync(values, { abortEarly: false });
|
return yupSchema.validateSync(values, { abortEarly: false });
|
||||||
};
|
};
|
||||||
|
|
||||||
|
console.log('EditViewPage', layout);
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Main paddingLeft={10} paddingRight={10}>
|
<Main paddingLeft={10} paddingRight={10}>
|
||||||
<Page.Title>{documentTitle}</Page.Title>
|
<Page.Title>{documentTitle}</Page.Title>
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
import * as React from 'react';
|
import * as React from 'react';
|
||||||
|
// Import the PrismJS theme to highlight the code
|
||||||
|
import 'prismjs/themes/prism.css';
|
||||||
|
|
||||||
import { Box, SingleSelect, SingleSelectOption } from '@strapi/design-system';
|
import { Box, SingleSelect, SingleSelectOption } from '@strapi/design-system';
|
||||||
import { CodeBlock as CodeBlockIcon } from '@strapi/icons';
|
import { CodeBlock as CodeBlockIcon } from '@strapi/icons';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user