diff --git a/src/components/NotePage/NoteList/NoteList.tsx b/src/components/NotePage/NoteList/NoteList.tsx index 51618f1ddf..8868d47d44 100644 --- a/src/components/NotePage/NoteList/NoteList.tsx +++ b/src/components/NotePage/NoteList/NoteList.tsx @@ -12,7 +12,8 @@ import styled from '../../../lib/styled' import { borderBottom, inputStyle, - iconColor + iconColor, + selectTabStyle } from '../../../lib/styled/styleFunctions' import { IconEdit, IconLoupe, IconArrowSingleDown } from '../../icons' @@ -64,6 +65,28 @@ export const StyledNoteListContainer = styled.div` } } + .filterTab { + height: 25px; + display: flex; + align-items: center; + padding-left: 13px; + .filterIcon { + font-size: 10px; + margin-right: 5px; + z-index: 0; + pointer-events: none; + ${iconColor} + } + .input { + ${selectTabStyle} + } + select { + -webkit-appearance: none; + -moz-appearance: none; + appearance: none; + } + } + .newNoteButton { width: 35px; height: 30px; @@ -154,18 +177,16 @@ const NoteList = ({ )} -
-
- - -
+
+ +