fix comment

This commit is contained in:
Cory LaViska
2024-10-28 12:10:21 -04:00
parent d3fafd6db2
commit 7ab01f3270

View File

@@ -3,7 +3,7 @@ import { css } from 'lit';
export default css`
:host {
--size: 8rem;
--track-width: 0.25em; // avoid using rems here - https://github.com/shoelace-style/webawesome-alpha/issues/89
--track-width: 0.25em; /* avoid using rems here - https://github.com/shoelace-style/webawesome-alpha/issues/89 */
--track-color: var(--wa-color-neutral-fill-normal);
--indicator-width: var(--track-width);
--indicator-color: var(--wa-color-brand-fill-loud);