fix: Update broken design elements in dashboard (#7468)

This commit is contained in:
Sivin Varghese
2023-07-07 00:28:54 +05:30
committed by GitHub
parent 528da1d2cf
commit 571e6bd0ec
4 changed files with 12 additions and 24 deletions

View File

@@ -144,7 +144,7 @@ export default {
.button--reply {
border-radius: 0;
@apply border-r border-slate-50 dark:border-slate-700;
@apply border-r border-b-0 border-l-0 border-slate-50 dark:border-slate-700;
&:hover,
&:focus {
@@ -156,7 +156,7 @@ export default {
border-radius: 0;
&.is-active {
@apply border-r border-slate-50 dark:border-slate-700;
@apply border-r border-b-0 border-slate-50 dark:border-slate-700;
background: var(--y-50);
}