Import styles
In order to apply the Sbanken styles, you need to both define;
the CSS package:
import '@dnb/eufemia/style/core' // or /basis, when "dnb-core-style" is used- import '@dnb/eufemia/style/themes/ui'+ import '@dnb/eufemia/style/themes/sbanken'
and the Theme:
import { Theme } from '@dnb/eufemia/shared'render(<Theme name="sbanken"><App /></Theme>,)