Skip to content
This repository has been archived by the owner on Nov 26, 2024. It is now read-only.

Commit

Permalink
chore: adjusting line breaks
Browse files Browse the repository at this point in the history
  • Loading branch information
georgewrmarshall committed Jan 23, 2024
1 parent a6a6567 commit ab1c530
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion docs/BrandColors.stories.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import React, { useEffect, useState } from 'react';
import type { Meta, StoryObj } from '@storybook/react';

import tokens from '../src/figma/tokens.json';
import getCSSVariablesFromStylesheet from './utils/getCSSVariablesFromStylesheet';

Expand Down
4 changes: 2 additions & 2 deletions docs/ThemeColors.stories.tsx
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import React from 'react';

import tokens from '../src/figma/tokens.json';
import { lightTheme, darkTheme } from '../src';

import getCSSVariablesFromStylesheet from './utils/getCSSVariablesFromStylesheet';

import { ColorSwatchGroup, ColorSwatch } from './components';

import README from './ThemeColors.mdx';

export default {
Expand Down
2 changes: 1 addition & 1 deletion docs/utils/getCSSVariablesFromStylesheet.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Define a type for the theme colors
// Define a type for the color object
export interface Color {
[key: string]: {
color: string;
Expand Down

0 comments on commit ab1c530

Please sign in to comment.