Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanyoung committed Feb 2, 2024
1 parent 6ebdff5 commit dd5d118
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/components/MediaModal/MediaModal.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

// Show focus styles on keyboard focus.
.media-modal-close {

&:focus-visible {
outline: 0;
box-shadow: 0 0 0 4px var(--color-brand-grey-500);
Expand Down
1 change: 0 additions & 1 deletion src/components/MediaModal/MediaModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import React, { ReactNode, RefObject, forwardRef } from 'react';
import { DialogOverlay, DialogContent } from '@palmetto/dialog';
import classNames from 'classnames';
import { Box } from '../Box/Box';
import { Button } from '../Button/Button';
import { Icon } from '../Icon/Icon';
import styles from './MediaModal.module.scss';

Expand Down

0 comments on commit dd5d118

Please sign in to comment.