@@ -377,36 +377,34 @@ const Box = styled.div<{
377377 background: ${ theme . colors . gray800 } ;
378378 ${ ( props ) => props . theme . fonts . body08 } ;
379379 display: flex;
380- ${
381- $hasEditIcon &&
382- css `
380+ ${ $hasEditIcon &&
381+ css `
383382 height: 47px;
384383 padding: 9px 18px;
385384 border-radius: 200px;
386385 background: rgba(255, 255, 255, 0.2);
387386 backdrop-filter: blur(2px);
388387 ${ ( props ) => props . theme . fonts . title01 } ;
389388 gap: 4px;
390- `
391- }
392- ${
393- $hasName === false &&
394- css `
389+ ` }
390+ ${ $hasName === false &&
391+ css `
395392 padding: 7.5px 13px 7.5px 13px;
396- `
397- }
393+ ` }
398394 ` }
399395
400396 ${ ( { $tagType, $orbitType } ) =>
401- $tagType === "letter" &&
402- css `
397+ $tagType === "letter" &&
398+ css `
403399 display: block;
404400 max-width: 90px;
405- padding: ${ $orbitType === "2" ? "10px " : "11px 15px" } ;
406- border-radius: 100px ;
401+ padding: ${ $orbitType === "2" ? "7.5px 15px " : "11px 15px" } ;
402+ border-radius: 40px ;
407403 background: ${ theme . colors . sub01 } ;
408- ${ ( props ) => props . theme . fonts . body07 } ;
404+ ${ ( props ) =>
405+ $orbitType === "2" ? props . theme . fonts . body8 : props . theme . fonts . body6 } ;
409406 line-height: 16px;
407+ font-size: ${ $orbitType === "2" && "14px" } ;
410408 white-space: nowrap;
411409 overflow: hidden;
412410 text-overflow: ellipsis;
@@ -449,7 +447,7 @@ const Name = styled.span`
449447
450448const Date = styled . span `
451449 color: ${ theme . colors . gray300 } ;
452- ${ ( props ) => props . theme . fonts . caption03 } ;
450+ ${ ( props ) => props . theme . fonts . caption05 } ;
453451 -webkit-user-select: none;
454452 -moz-user-select: none;
455453 -ms-use-select: none;
0 commit comments