Skip to content

Commit

Permalink
fix: incorrect class name for inner shadows (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
tmdvs authored and jedrichards committed Nov 7, 2019
1 parent e616c7a commit 249e0a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schema/objects/inner-shadow.schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ title: Inner Shadow
description: Defines an inner shadow style
type: object
properties:
_class: { const: shadow }
_class: { const: innerShadow }
isEnabled: { type: boolean }
blurRadius: { type: number }
color: { $ref: ./color.schema.yaml }
Expand Down

0 comments on commit 249e0a4

Please sign in to comment.