Skip to content
Snippets Groups Projects
Commit 80f03ccb authored by Tom Robinson's avatar Tom Robinson
Browse files

Fix prettier

parent 0d388b55
Branches
Tags
No related merge requests found
......@@ -453,7 +453,10 @@ class CollectionLanding extends React.Component {
}
const CollectionSectionHeading = ({ children }) => (
<h5 className="text-uppercase" style={{ color: colors["text-medium"], fontWeight: 900 }}>
<h5
className="text-uppercase"
style={{ color: colors["text-medium"], fontWeight: 900 }}
>
{children}
</h5>
);
......
......@@ -16,8 +16,8 @@
--color-error: #ed6e6e;
--color-warning: #f9cf48;
--color-text-dark: #2e353b;
--color-text-medium: #74838F;
--color-text-light: #C7CFD4;
--color-text-medium: #74838f;
--color-text-light: #c7cfd4;
--color-text-white: #ffffff;
--color-bg-black: #2e353b;
--color-bg-dark: #93a1ab;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment