Skip to content

Commit

Permalink
refactor: rename scheme file to match the schema name
Browse files Browse the repository at this point in the history
Signed-off-by: Nikolai Lopin <[email protected]>
  • Loading branch information
Nikolai Lopin committed Jan 19, 2024
1 parent a14753f commit 8fbe026
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/essentials/Colors/docs/SemanticColorsTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import styled from 'styled-components';
import { Box, Input, Table, TableCell, TableHeaderCell, TableRow } from '../../../components';
import { generateCssVariableEntries, generateCssVariables, getSemanticValue } from '../../../utils/cssVariables';
import { Colors as ClassicColors, SemanticColors as ClassicSemanticTokens } from '../Colors';
import { Colors as ModernColors, SemanticColors as ModernSemanticTokens } from '../RedesignedColors';
import { Colors as ModernColors, SemanticColors as ModernSemanticTokens } from '../ModernColors';

const ColorBlock = styled.div<{ color: string }>`
background-color: ${p => p.color};
Expand Down
2 changes: 1 addition & 1 deletion src/essentials/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ export { Elevation } from './Elevation/Elevation';
export { Spaces } from './Spaces/Spaces';
export { Breakpoints, MediaQueries } from './Breakpoints/Breakpoints';
export { GlobalStyle as ClassicColors } from './Colors/Colors';
export { GlobalStyle as ModernColors } from './Colors/RedesignedColors';
export { GlobalStyle as ModernColors } from './Colors/ModernColors';

0 comments on commit 8fbe026

Please sign in to comment.