style(icons): Replace icon with outline variant

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
Andy Scherzinger 2025-10-28 13:23:02 +01:00
parent 7fbdcbc773
commit 17599f01ed
No known key found for this signature in database
GPG key ID: 6CADC7E3523C308B

View file

@ -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',