Skip to content

Commit

Permalink
fix: typo in tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
esoubiran-aneo committed Jan 16, 2023
1 parent e6128b0 commit a504645
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .docs/tokens.config.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { defineTheme, palette } from 'pinceau'
import { defineTheme, palette } from "pinceau";

export default defineTheme({
colors: {
primary: palette('orange')
}
})
color: {
primary: palette("orange"),
},
});

0 comments on commit a504645

Please sign in to comment.