![dependabot[bot]](/assets/img/avatar_default.png) e424fa56d1
			
		
	
	e424fa56d1
	
	
	
		
			
			* web: bump storybook from 7.0.18 to 7.0.20 in /web Bumps [storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/cli) from 7.0.18 to 7.0.20. - [Release notes](https://github.com/storybookjs/storybook/releases) - [Changelog](https://github.com/storybookjs/storybook/blob/v7.0.20/CHANGELOG.md) - [Commits](https://github.com/storybookjs/storybook/commits/v7.0.20/code/lib/cli) --- updated-dependencies: - dependency-name: storybook dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * web: add storybook theme Signed-off-by: Jens Langhammer <jens@goauthentik.io> --------- Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Jens Langhammer <jens@goauthentik.io> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jens Langhammer <jens@goauthentik.io>
		
			
				
	
	
		
			9 lines
		
	
	
		
			173 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			173 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
| // .storybook/manager.js
 | |
| import { addons } from "@storybook/manager-api";
 | |
| 
 | |
| import authentikTheme from "./authentikTheme";
 | |
| 
 | |
| addons.setConfig({
 | |
|     theme: authentikTheme,
 | |
| });
 |