Skip to content

Commit

Permalink
Clean up accidental color changes from color consolidation. (metabase…
Browse files Browse the repository at this point in the history
…#8121)

* more appropriate color

* fix use of accent2 in embed
  • Loading branch information
kdoh authored Jul 20, 2018
1 parent c9c022c commit c7fe642
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/src/metabase/public/components/EmbedFrame.css
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

.Theme--night.EmbedFrame .DashCard .Card {
background-color: var(--color-bg-black);
border: 1px solid var(--color-accent2);
border: 1px solid var(--color-bg-dark);
}

.Theme--night.EmbedFrame .enable-dots-onhover .dc-tooltip circle.dot:hover,
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/metabase/tutorial/Portal.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export default class Portal extends Component {
return {
position: "absolute",
boxSizing: "content-box",
border: `10000px solid ${colors["accent2"]}`,
border: `10000px solid ${colors["text-dark"]}`,
boxShadow: `inset 0px 0px 8px ${colors["shadow"]}`,
transform: "translate(-10000px, -10000px)",
borderRadius: "10010px",
Expand Down

0 comments on commit c7fe642

Please sign in to comment.