Skip to content

Commit 5a031c0

Browse files
committed
fix(App): Adjust dialogs style import for updated library
Signed-off-by: Ferdinand Thiessen <[email protected]>
1 parent 5969b99 commit 5a031c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/App.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ import IconFormatList from 'vue-material-design-icons/FormatListBulletedSquare.v
6161
import AppSettingsDialog from './components/settings/AppSettingsDialog.vue'
6262
import LogTable from './components/table/LogTable.vue'
6363
64-
import '@nextcloud/dialogs/dist/index.css'
64+
import '@nextcloud/dialogs/style.css'
6565
6666
/** If currently showing the settings modal */
6767
const areSettingsShown = ref(false)

0 commit comments

Comments
 (0)