Skip to content

Commit e32ad18

Browse files
AndyScherzingerAntreesy
authored andcommitted
style(icons): Migrate to outlined style
Signed-off-by: Andy Scherzinger <[email protected]> Signed-off-by: Maksim Sukharev <[email protected]>
1 parent df5900f commit e32ad18

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/App.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ import { useSettingsStore } from './store/settings.js'
5656
import NcButton from '@nextcloud/vue/dist/Components/NcButton.js'
5757
import NcEmptyContent from '@nextcloud/vue/dist/Components/NcEmptyContent.js'
5858
import NcNoteCard from '@nextcloud/vue/dist/Components/NcNoteCard.js'
59-
import IconCog from 'vue-material-design-icons/Cog.vue'
59+
import IconCog from 'vue-material-design-icons/CogOutline.vue'
6060
import IconFormatList from 'vue-material-design-icons/FormatListBulletedSquare.vue'
6161
import AppSettingsDialog from './components/settings/AppSettingsDialog.vue'
6262
import LogTable from './components/table/LogTable.vue'

src/components/settings/SettingsActions.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ import { useSettingsStore } from '../../store/settings.js'
4040
4141
import NcButton from '@nextcloud/vue/dist/Components/NcButton.js'
4242
import NcNoteCard from '@nextcloud/vue/dist/Components/NcNoteCard.js'
43-
import IconDownload from 'vue-material-design-icons/Download.vue'
44-
import IconUpload from 'vue-material-design-icons/Upload.vue'
43+
import IconDownload from 'vue-material-design-icons/TrayArrowDown.vue'
44+
import IconUpload from 'vue-material-design-icons/TrayArrowUp.vue'
4545
import { logger } from '../../utils/logger'
4646
import { showError } from '@nextcloud/dialogs'
4747

0 commit comments

Comments
 (0)