Skip to content

Commit

Permalink
Fix kds inputs outlines
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexVelezLl committed Feb 16, 2024
1 parent 6d0e254 commit 8fc40ad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions contentcuration/contentcuration/frontend/shared/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ import VueIntl from 'vue-intl';
import Croppa from 'vue-croppa';
import { Workbox, messageSW } from 'workbox-window';
import KThemePlugin from 'kolibri-design-system/lib/KThemePlugin';
import trackInputModality from 'kolibri-design-system/lib/styles/trackInputModality';

import AnalyticsPlugin from './analytics/plugin';
import { theme, icons } from 'shared/vuetify';
Expand Down Expand Up @@ -305,6 +306,7 @@ function initiateServiceWorker() {
export let rootVue;

export default async function startApp({ store, router, index }) {
trackInputModality();
await initiateServiceWorker();
await initializeDB();
await i18nSetup();
Expand Down

0 comments on commit 8fc40ad

Please sign in to comment.