OperationCode/front-end

View on GitHub
.storybook/OCTheme.js

Summary

Maintainability
A
0 mins
Test Coverage
import { create } from '@storybook/theming/create';

export default create({
  base: 'dark',
  brandTitle: 'Operation Code',
  brandUrl: 'storybook.operationcode.org',
});