We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b48320c commit 279f0b9Copy full SHA for 279f0b9
1 file changed
core/src/components/ContactsMenu/Contact.vue
@@ -44,7 +44,8 @@
44
class="other-actions"
45
@click="action.callback(contact)">
46
<template #icon>
47
- <NcIconSvgWrapper :svg="action.iconSvg(contact)" />
+ <NcIconSvgWrapper class="contact__action__icon-svg"
48
+ :svg="action.iconSvg(contact)" />
49
</template>
50
{{ action.displayName(contact) }}
51
</NcActionButton>
@@ -116,6 +117,10 @@ export default {
116
117
padding: 12px;
118
filter: var(--background-invert-if-dark);
119
}
120
+
121
+ &__icon-svg {
122
+ padding: 5px;
123
+ }
124
125
126
&__avatar {
0 commit comments