Skip to content

Commit

Permalink
Revert "add colors to constants api (fixes bug)"
Browse files Browse the repository at this point in the history
This reverts commit 4b5831d.
  • Loading branch information
kristel-figma committed Apr 19, 2024
1 parent 4b5831d commit c778d3d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions plugin-api.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -303,10 +303,8 @@ interface ColorPalette {
[key: string]: string
}
interface ConstantsAPI {
colors: {
figJamBase: ColorPalette
figJamBaseLight: ColorPalette
}
figJamBase: ColorPalette
figJamBaseLight: ColorPalette
}
declare type CodegenEvent = {
node: SceneNode
Expand Down

0 comments on commit c778d3d

Please sign in to comment.