Skip to content

Commit

Permalink
Style: #35 필터 헤더 모달 스타이 변경
Browse files Browse the repository at this point in the history
* 체크박스를 상위 부모로 옮겼다.
  • Loading branch information
somedaycode committed Jun 23, 2021
1 parent 9ae8718 commit 5a95daa
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions FE/issue-tracker/src/styles/chakraStyle.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,22 @@ const menuBtnStyle = {
};

const menuItemStyle = {
width: '100%',
height: '100%',
display: 'flex',
justifyContent: 'space-between',
background: 'none',
_hover: {
bg: 'none',
},
_focus: {
bg: 'none',
},
};

const checkBoxStyle = {
width: '100%',
height: '100%',
colorScheme: 'cyan',
borderColor: 'gr_label',
};
Expand Down

0 comments on commit 5a95daa

Please sign in to comment.