Skip to content

Commit

Permalink
Update src/components/mark/mark.styles.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Caroline Horn <549577+cchaos@users.noreply.github.com>
  • Loading branch information
thompsongl and cchaos committed Mar 3, 2022
1 parent eb068f6 commit 91595c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/mark/mark.styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { css } from '@emotion/react';
import { UseEuiTheme, transparentize } from '../../services';

export const euiMarkStyles = ({ euiTheme, colorMode }: UseEuiTheme) => {
// TODO: Global variables?
// TODO: Was $euiFocusBackgroundColor
const transparency = { LIGHT: 0.1, DARK: 0.3 };

return css`
Expand Down

0 comments on commit 91595c9

Please sign in to comment.