aboutsummaryrefslogtreecommitdiffstats
path: root/client/js/app/src/app/styles/theme/components.js
blob: a7db1be0cb85cc493b829c4f714a0e1c69b7a099 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
export const components = {
  AppShell: {
    styles: () => ({
      main: {
        maxWidth: '1920px',
        margin: '0 auto',
      },
    }),
  },
};