File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -69,6 +69,7 @@ const Comment: React.FC<IComment> = ({
6969 < S . CommentInfos >
7070 < S . CommentTitle >
7171 < S . UserName > { listComment . user . name } </ S . UserName >
72+
7273 < S . Separator />
7374 < S . Date > 22/01/2024</ S . Date >
7475 </ S . CommentTitle >
Original file line number Diff line number Diff line change @@ -47,7 +47,6 @@ export const CommentTitle = styled.div`
4747
4848export const UserName = styled . span `
4949 font-weight: bold;
50-
5150 color: ${ ( { theme } ) => theme . colors . primary } ;
5251` ;
5352
@@ -58,8 +57,9 @@ export const Date = styled.span`
5857` ;
5958
6059export const Separator = styled . div `
61- width: 6px;
62- height: 2px;
60+ width: 3px;
61+ height: 3px;
62+ border-radius: 50%;
6363 background-color: ${ ( { theme } ) => theme . colors . primary } ;
6464 margin: 0 8px;
6565` ;
You can’t perform that action at this time.
0 commit comments