Skip to content

Commit 6a1679a

Browse files
authored
Merge pull request #11594 from nextcloud/fix/imip-close-icon-outline
fix: imip cancelled icon should be filled
2 parents 7ca9af7 + 222dad1 commit 6a1679a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Imip.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
<script>
110110
import EventData from './imip/EventData.vue'
111111
import { NcButton, NcSelect, NcLoadingIcon } from '@nextcloud/vue'
112-
import CloseIcon from 'vue-material-design-icons/CloseOutline.vue'
112+
import CloseIcon from 'vue-material-design-icons/Close.vue'
113113
import CalendarIcon from 'vue-material-design-icons/CalendarOutline.vue'
114114
import { getParserManager, Parameter, Property, DateTimeValue, EventComponent, AttendeeProperty, CalendarComponent } from '@nextcloud/calendar-js'
115115
import { removeMailtoPrefix } from '../util/eventAttendee.js'

0 commit comments

Comments
 (0)