Skip to content
Snippets Groups Projects
Unverified Commit 01e45b84 authored by Oisin Coveney's avatar Oisin Coveney Committed by GitHub
Browse files

Review suggestions from #42768 (#42830)

parent 147b9f7d
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@
:root {
--color-white: #fff;
--color-success: #84bb4c;
--color-summarize: #88bf4d;
--mb-color-summarize: #88bf4d;
--color-error: #ed6e6e;
--mb-color-text-dark: #4c5773;
--color-text-medium: #696e7b;
......
......@@ -13,7 +13,7 @@
}
.RefreshOptionItem.Enabled.Selected {
color: var(--color-summarize);
color: var(--mb-color-summarize);
}
.RefreshOptionItem .RefreshOptionIcon {
......
import cx from "classnames";
import RefreshOptionS from "metabase/dashboard/components/RefreshWidget/RefreshOption/RefreshOption.module.css";
import { Icon } from "metabase/ui";
import RefreshOptionS from "./RefreshOption.module.css";
export const RefreshOption = ({
name,
period,
......
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