Skip to content

Commit

Permalink
got rid of unnecessary comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jjstnlee committed Nov 1, 2024
1 parent b1450bb commit 337ba74
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/ProjectModal/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import { CSSProperties } from 'react';
import styled from 'styled-components';
import COLORS from '@/styles/colors';

// OLD CSS NEEDS TO BE CHANGED TO STYLED COMPONENTS
export const modalOverlayStyles: CSSProperties = {
width: '310px',
height: '100%',
Expand Down

0 comments on commit 337ba74

Please sign in to comment.