Remove light prop from SelectableTileGroup

This commit is contained in:
Richard O'flynn 2020-11-30 23:19:17 +00:00
commit 5ef181d693
4 changed files with 5 additions and 25 deletions

View file

@ -8,9 +8,6 @@
/** Set to `true` to disable the tile group */
export let disabled = false;
/** Set to `true` to enable the light variant */
export let light = false;
/** Specify the legend text */
export let legend = "";