Skip to content

Commit

Permalink
[#1] 환경설정
Browse files Browse the repository at this point in the history
- customColor 수정
- 스크롤바의 css 수정
  • Loading branch information
JoGeumJu committed Feb 4, 2023
1 parent 976c1f5 commit c47fa8f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/components/customColor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ export type customColorType = {
export const customColor: customColorType = {
white: "#FFFFFF",
black: "#000000",
darkGray: "#999999",
gray: "#BCBCBC",
darkGray: "#6D6D6D",
gray: "#999999",
lightGray: "#ECECEC",

blue: "#91D8F7",
Expand Down
2 changes: 1 addition & 1 deletion styles/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ html::-webkit-scrollbar-button:start:decrement {
}
html::-webkit-scrollbar-button:end:increment {
background-color: transparent;
height: 192px;
height: 188px;
}
html {
overflow: overlay;
Expand Down

0 comments on commit c47fa8f

Please sign in to comment.