Multiple refactors
- Use aria-labelledby instead of aria-label where possible - Replace magic numbers with explicitly defined constants - Add input textboxes for values previously only changed with sliders
This commit is contained in:
@@ -57,7 +57,7 @@
|
||||
config.transform = config.transform.op(op as Operation)
|
||||
}}
|
||||
>
|
||||
<Icon aria-hidden />
|
||||
<Icon aria-label={description} />
|
||||
</Button>
|
||||
{/snippet}
|
||||
</Tooltip.Trigger>
|
||||
|
||||
Reference in New Issue
Block a user