fix(reply): used var instead of fixed hex

pull/1049/head
trashtemp 2022-01-21 00:26:06 +01:00
parent 9f32fc3ab4
commit bbf641d861
1 changed files with 2 additions and 2 deletions

View File

@ -42,8 +42,8 @@ export const ReplyBase = styled.div<{
content: "";
width: 22px;
height: 10px;
border-inline-start: 3px solid #4f515d;
border-top: 3px solid #4f515d;
border-inline-start: 3px solid var(--message-box);
border-top: 3px solid var(--message-box);
align-self: flex-end;
}