Skip to content
Snippets Groups Projects
Commit 89368843 authored by Kyle Doherty's avatar Kyle Doherty Committed by Maz Ameli
Browse files

revert text color to #74838f (#10560)

* revert text-medium color to #74838f

* use light instead of medium on preview button
parent 336e1d2f
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@
--color-error: #ed6e6e;
--color-warning: #f9cf48;
--color-text-dark: #2e353b;
--color-text-medium: #a4adb3;
--color-text-medium: #74838f;
--color-text-light: #c7cfd4;
--color-text-white: #ffffff;
--color-bg-black: #2e353b;
......
......@@ -29,7 +29,7 @@ const colors = {
error: "#ED6E6E",
warning: "#F9CF48",
"text-dark": "#2E353B",
"text-medium": "#A4ADB3",
"text-medium": "#74838f",
"text-light": "#C7CFD4",
"text-white": "#FFFFFF",
"bg-black": "#2E353B",
......
......@@ -178,7 +178,7 @@ export default class NotebookStep extends React.Component {
className={!showPreviewButton ? "hidden disabled" : null}
icon="play"
title={t`Preview`}
color={colors["text-medium"]}
color={colors["text-light"]}
onClick={() => this.setState({ showPreview: true })}
/>
</Box>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment