Skip to content

Commit

Permalink
feat(angular): updating Teradata branding colors and fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Oct 24, 2023
1 parent 407900f commit 7219a9e
Show file tree
Hide file tree
Showing 38 changed files with 396 additions and 189 deletions.
Binary file modified .storybook/public/favicon.ico
Binary file not shown.
2 changes: 1 addition & 1 deletion .storybook/theme/covalent.dark.theme.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { create } from '@storybook/theming';
import brandImage from './teradata.svg';
import brandImage from './teradata-dark.svg';

export default create({
base: 'dark',
Expand Down
2 changes: 1 addition & 1 deletion .storybook/theme/covalent.light.theme.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { create } from '@storybook/theming';
import brandImage from './teradata-dark.svg';
import brandImage from './teradata.svg';

export default create({
base: 'light',
Expand Down
29 changes: 11 additions & 18 deletions .storybook/theme/teradata-dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
29 changes: 11 additions & 18 deletions .storybook/theme/teradata.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 7219a9e

Please sign in to comment.