Greg Ogun

Results 35 issues of 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...

enhancement

### 🤔 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...

bug

## 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...

enhancement
good first issue
a11y
packages: icon button

## 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...

enhancement
good first issue
package: theme

## 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...

enhancement