diff --git a/src/checkbox/index.ts b/src/checkbox/index.ts index 4541c086..8b03f2ab 100644 --- a/src/checkbox/index.ts +++ b/src/checkbox/index.ts @@ -44,16 +44,19 @@ export const vsCodeCheckbox = Checkbox.compose({ template, styles, checkedIndicator: ` - - `, diff --git a/src/dropdown/index.ts b/src/dropdown/index.ts index ca87e59c..33ff89ec 100644 --- a/src/dropdown/index.ts +++ b/src/dropdown/index.ts @@ -34,14 +34,19 @@ export const vsCodeDropdown = Dropdown.compose({ template, styles, indicator: ` - - `,