Skip to content

Commit

Permalink
fixed type errors
Browse files Browse the repository at this point in the history
  • Loading branch information
RodrigoLuglio committed Sep 28, 2024
1 parent 3886de8 commit 6be4b76
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 53 deletions.
2 changes: 1 addition & 1 deletion src/components/ExportSemanticButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const ExportSemanticButton: React.FC = () => {
const { colors, syntaxColors, ansiColors } = useTheme()

const exportSemanticTheme = () => {
const themeJSON = generateSemanticThemeJSON(
const { themeJSON, themeObject } = generateSemanticThemeJSON(
colors,
syntaxColors,
ansiColors
Expand Down
52 changes: 0 additions & 52 deletions src/lib/utils/convertTheme.ts

This file was deleted.

0 comments on commit 6be4b76

Please sign in to comment.