1
0
Fork 0
mirror of synced 2024-07-01 12:30:41 +12:00

turn off stylable action until we can expose specific design settings

This commit is contained in:
kevmodrome 2021-01-18 16:34:34 +01:00
parent cacdf24c20
commit 0ec81db82b
No known key found for this signature in database
GPG key ID: 828D8FE4D235B551

View file

@ -1,8 +1,9 @@
<script>
import { getContext } from "svelte"
const { styleable } = getContext("sdk")
const component = getContext("component")
// Add this back once we can define specific design options to expose
// const { styleable } = getContext("sdk")
// const component = getContext("component")
export let icon = ""
export let size = "fa-lg"
@ -11,5 +12,4 @@
<i
style={`color: ${color};`}
class={`${icon} ${size}`}
use:styleable={$component.styles} />
class={`${icon} ${size}`} />