Adjust colors in comment/chat swipe button on mobile

This commit is contained in:
toshikanneko 2022-02-14 14:09:40 +01:00
parent ff6d335bb0
commit 7c0b84d497

View file

@ -87,6 +87,20 @@
width: 100%;
margin: var(--spacing-xxs) 0;
border-radius: 0 !important;
&.button--primary {
padding-left: var(--spacing-xxs);
// border-top:1px solid var(--color-border);
// border-bottom:1px solid var(--color-border);
background-color: var(--color-header-background) !important;
.button__content {
.icon {
stroke: var(--color-text);
}
.button__label {
color: var(--color-text);
}
}
}
}
.swipeable-drawer__expand {