Remove unused prop
This commit is contained in:
parent
584f7c2403
commit
c911e67629
|
@ -12,7 +12,6 @@
|
|||
${weight ? `font-weight:${weight};` : ""}
|
||||
${textAlign ? `text-align:${textAlign};` : ""}
|
||||
`}
|
||||
class:noPadding
|
||||
class="spectrum-Body spectrum-Body--size{size}"
|
||||
class:spectrum-Body--serif={serif}
|
||||
>
|
||||
|
|
Loading…
Reference in New Issue