fix: Increase font size for canned response list item (#6380)

This commit is contained in:
Nithin David Thomas
2023-02-03 00:28:03 +05:30
committed by GitHub
parent 5cce04da78
commit c9667190f6

View File

@@ -8,7 +8,6 @@
@mouseover="onHover(index)"
>
<woot-button
size="small"
class="canned-item__button"
:variant="index === selectedIndex ? '' : 'clear'"
:class="{ active: index === selectedIndex }"
@@ -107,6 +106,8 @@ export default {
.button {
transition: none;
height: var(--space-large);
line-height: 1.4;
}
}