Skip to content

Commit

Permalink
Polish Card component.
Browse files Browse the repository at this point in the history
  • Loading branch information
jasmussen authored and ciampo committed Oct 13, 2021
1 parent d79e67c commit cc64458
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/src/card/styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { css } from '@emotion/react';
import { COLORS, CONFIG } from '../utils';

export const Card = css`
box-shadow: 0 0 0 1px ${ CONFIG.surfaceBorderColor };
box-shadow: inset 0 0 0 1px ${ CONFIG.surfaceBorderColor };
outline: none;
`;

Expand Down

0 comments on commit cc64458

Please sign in to comment.