fix(SceneSlate&&SceneFilesFolder): replace textDark with textBlack

This commit is contained in:
Aminejv 2022-01-19 20:45:29 +01:00
parent d812bcab63
commit fd9f25ee02
2 changed files with 4 additions and 4 deletions

View File

@ -81,7 +81,7 @@ export default function SceneFilesFolder({ viewer, page, onAction, isMobile }) {
<EmptyState>
<FileTypeGroup />
<div css={STYLES_EMPTY_STATE_DEMO}>
<System.H5 as="p" color="textDark" style={{ textAlign: "center" }}>
<System.H5 as="p" color="textBlack" style={{ textAlign: "center" }}>
Use
<span
css={STYLES_UPLOAD_BUTTON}
@ -91,7 +91,7 @@ export default function SceneFilesFolder({ viewer, page, onAction, isMobile }) {
</span>
on the top right corner <br />
</System.H5>
<System.H5 as="p" color="textDark" style={{ marginTop: 4, textAlign: "center" }}>
<System.H5 as="p" color="textBlack" style={{ marginTop: 4, textAlign: "center" }}>
or drop files {isMobile ? <span> on desktop</span> : null} to save to Slate
</System.H5>
</div>

View File

@ -491,7 +491,7 @@ class SlatePage extends React.Component {
<EmptyState>
<FileTypeGroup />
<div css={STYLES_EMPTY_STATE_DEMO}>
<System.H5 as="p" color="textDark" style={{ textAlign: "center" }}>
<System.H5 as="p" color="textBlack" style={{ textAlign: "center" }}>
Use
<span
css={STYLES_UPLOAD_BUTTON}
@ -501,7 +501,7 @@ class SlatePage extends React.Component {
</span>
on the top right corner <br />
</System.H5>
<System.H5 as="p" color="textDark" style={{ marginTop: 4, textAlign: "center" }}>
<System.H5 as="p" color="textBlack" style={{ marginTop: 4, textAlign: "center" }}>
or drop files {this.props.isMobile ? <span> on desktop</span> : null} to add them
to this collection
</System.H5>