Skip to content

Commit

Permalink
add font roboton
Browse files Browse the repository at this point in the history
  • Loading branch information
Fernando Colom committed Aug 14, 2023
1 parent fe039a6 commit c77c7af
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,5 @@ coverage
dist/

# Static storybook page
.storybook_static
.storybook_static
.docs
4 changes: 2 additions & 2 deletions storybook/stories/StatusChip/StatusChip.stories.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import StatusChip from '../../../src/components/StatusChip';
import Text from '../Text';
import Text from '../../../src/components/Text';
import React from 'react';

export default {
title: 'StatusChip',
title: 'Components/StatusChip',
argTypes: {
background: {
control: {type: 'color'},
Expand Down

0 comments on commit c77c7af

Please sign in to comment.