Adds an edit message entry point in message details screen

This commit is contained in:
Josh Perez
2023-06-15 11:34:20 -07:00
committed by GitHub
parent 008cb99ab9
commit 94cd764107
8 changed files with 168 additions and 122 deletions

View File

@@ -3,7 +3,16 @@
.EditHistoryMessagesModal {
&__divider {
border-style: solid;
margin-block: 24px;
@include light-theme {
border-color: $color-gray-15;
}
@include dark-theme {
border-color: $color-gray-75;
}
}
&__title {