style(icons): Replace icon with outline variant

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
pull/56051/head
Andy Scherzinger 2025-10-28 13:23:02 +07:00
parent 7fbdcbc773
commit 17599f01ed
No known key found for this signature in database
GPG Key ID: 6CADC7E3523C308B
1 changed files with 1 additions and 1 deletions

@ -31,7 +31,7 @@
import NcButton from '@nextcloud/vue/components/NcButton'
import NcPopover from '@nextcloud/vue/components/NcPopover'
import NcDateTime from '@nextcloud/vue/components/NcDateTime'
import ClockIcon from 'vue-material-design-icons/Clock.vue'
import ClockIcon from 'vue-material-design-icons/ClockOutline.vue'
export default {
name: 'ShareExpiryTime',