diff --git a/website/.prettierrc b/website/.prettierrc index 13afc2b..9d063c7 100644 --- a/website/.prettierrc +++ b/website/.prettierrc @@ -2,7 +2,7 @@ "trailingComma": "es5", "tabWidth": 4, "singleQuote": true, - "printWidth": 120, + "printWidth": 140, "semi": true, "bracketSpacing": true, "objectWrap": "collapse", diff --git a/website/app/app.config.ts b/website/app/app.config.ts index 0d883da..a680206 100644 --- a/website/app/app.config.ts +++ b/website/app/app.config.ts @@ -1,13 +1,5 @@ export default defineAppConfig({ ui: { - colors: { - primary: 'pink', - secondary: 'blue', - success: 'green', - info: 'cyan', - warning: 'yellow', - error: 'red', - neutral: 'zinc', - }, + colors: { primary: 'pink', secondary: 'blue', success: 'green', info: 'cyan', warning: 'yellow', error: 'red', neutral: 'zinc' }, }, }); diff --git a/website/app/app.vue b/website/app/app.vue index a770b90..941d176 100644 --- a/website/app/app.vue +++ b/website/app/app.vue @@ -2,9 +2,7 @@