mirror of
https://github.com/revoltchat/revite.git
synced 2024-11-09 16:53:36 -05:00
fix(reply): used var instead of fixed hex
This commit is contained in:
parent
344519de00
commit
e959f29eae
1 changed files with 2 additions and 2 deletions
|
@ -42,8 +42,8 @@ export const ReplyBase = styled.div<{
|
||||||
content: "";
|
content: "";
|
||||||
width: 22px;
|
width: 22px;
|
||||||
height: 10px;
|
height: 10px;
|
||||||
border-inline-start: 3px solid #4f515d;
|
border-inline-start: 3px solid var(--message-box);
|
||||||
border-top: 3px solid #4f515d;
|
border-top: 3px solid var(--message-box);
|
||||||
align-self: flex-end;
|
align-self: flex-end;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue