Greg Ogun
Greg Ogun
## Description As we're starting to introduce polymorphism it makes sense to think about the context of the components we add it to. Typography should only be able to morph...
### 🤔 Expected behaviour When using a shorthand (e.g. `pt`) it should show an autocomplete list of space tokens as defined in the theme. ### 😯 Current Behavior When using...
## Description * Set the icon inside the button to be ignored by assistive technology - can be achieved by cloning child element and setting `focusable` to false * Consider...
## Description For accessibility purposes, it would be a good idea to add a hiContrast theme. This could be an option within theme providers. There's a reference to what this...
## Description Need to add tests back into the repo, mostly for a11y. - Set up tests for existing components (we're currently not testing Radix components to reduce overhead as...