File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ export default function NoteList({ className }: NoteListProps) {
3434 < button
3535 onClick = { ( ) => handleNoteClick ( id ) }
3636 key = { id }
37- className = "group flex flex-row justify-between rounded-sm px-2 py-1 hover:bg-neutral-100"
37+ className = "group flex flex-row justify-between rounded-sm px-3 py-1 hover:bg-neutral-100"
3838 >
3939 < div className = "flex flex-row gap-1" >
4040 < div > { title } </ div >
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ export default function Tools() {
2424 content : [
2525 {
2626 type : "paragraph" ,
27- content : [ { type : "text" , text : "This is page 1 " } ] ,
27+ content : [ { type : "text" , text : "" } ] ,
2828 } ,
2929 ] ,
3030 } ,
@@ -35,9 +35,9 @@ export default function Tools() {
3535 } }
3636 >
3737 < div >
38- < PencilLine width = { 20 } height = { 20 } widths = { 1 } />
38+ < PencilLine width = { 20 } height = { 20 } widths = { 1 } color = "#7f796d" />
3939 </ div >
40- < div > 새 페이지 작성</ div >
40+ < div className = "text-neutral-600" > 새 페이지 작성</ div >
4141 </ button >
4242 ) ;
4343}
You can’t perform that action at this time.
0 commit comments