Closed YauheniKapliarchuk closed 1 year ago
1. Not correct icon position in toggle component - https://adventistchurch.github.io/alps/?path=/story/components-button--toggle
When toggle was clicked we can see the uneven display of the icon inside it.
html for this element: ` <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 10 10" class="u-path-fill--white"
`
2. Please add style .fixRightIcon { marginLeft: '.3125rem'; marginRight: '0' }
.fixRightIcon { marginLeft: '.3125rem'; marginRight: '0' }
it needed for our components
Thanks
Duplicate
1. Not correct icon position in toggle component - https://adventistchurch.github.io/alps/?path=/story/components-button--toggle
When toggle was clicked we can see the uneven display of the icon inside it.
html for this element: `
2. Please add style
.fixRightIcon { marginLeft: '.3125rem'; marginRight: '0' }
it needed for our components
Thanks