Skip to content
Snippets Groups Projects
Unverified Commit 6aaf5c4f authored by Anton Kulyk's avatar Anton Kulyk Committed by GitHub
Browse files

Use `saturated-yellow` instead of `warning` (#17085)

parent 6a6cdfd7
Branches
Tags
No related merge requests found
......@@ -18,7 +18,7 @@ import Table from "metabase/entities/tables";
function getColorForIconWrapper(props) {
if (props.item.collection_position) {
return color("warning");
return color("saturated-yellow");
}
switch (props.type) {
case "collection":
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment