Skip to content

Commit

Permalink
Remove: 사용하지 않는 코드 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
hahahaday12 committed Oct 19, 2023
1 parent 8c5423d commit 3779bee
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions src/styles/Media/theme.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
import styled from "styled-components";


const colors = {
// black: "#000000",
// grey: "#999999",
};

export const fontsize = [
"13px" //0
,"15px" //1
Expand All @@ -18,8 +10,7 @@ export const fontsize = [


const theme = {
fontsize,
colors,
fontsize
};

export default theme;

0 comments on commit 3779bee

Please sign in to comment.