Skip to content
Snippets Groups Projects
Unverified Commit c393df2a authored by Nicolò Pretto's avatar Nicolò Pretto Committed by GitHub
Browse files

revert dashcard border to put back transparency for transparent embed… (#41432)

parent 585f49dd
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,6 @@ import { css } from "@emotion/react";
import styled from "@emotion/styled";
import DashboardS from "metabase/css/dashboard.module.css";
import { color } from "metabase/lib/colors";
import { FIXED_WIDTH } from "./Dashboard/Dashboard.styled";
......@@ -36,7 +35,7 @@ export const DashboardCardContainer = styled.div<DashboardCardProps>`
bottom: 0;
right: 0;
border-radius: 8px;
box-shadow: 0 0 0 1px ${color("border")};
box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.13);
}
${props =>
......
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