Skip to content

Commit a10323e

Browse files
authored
docs: remove unused keys
1 parent 69c7df1 commit a10323e

1 file changed

Lines changed: 1 addition & 13 deletions

File tree

docs/app.config.ts

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,5 @@ export default defineAppConfig({
22
ui: {
33
primary: 'green',
44
gray: 'slate',
5-
},
6-
elements: {
7-
variables: {
8-
light: {
9-
background: '255 255 255',
10-
foreground: 'var(--color-gray-700)',
11-
},
12-
dark: {
13-
background: 'var(--color-gray-950)',
14-
foreground: 'var(--color-gray-200)',
15-
},
16-
},
17-
},
5+
}
186
})

0 commit comments

Comments
 (0)