**What** - Fixes an issue where the `outline` would flash on FocusModals when the focus was transferred to the modal. - Fixes an issue where the selected value of the combobox component was misaligned for single value comboboxes. Resolves CC-604
Medusa UI
Documentation | Website
Medusa's admin component library.
Getting Started
Installation
yarn add @medusajs/ui
Usage
import { Button } from "@medusajs/ui"
const App = () => <Button variant="primary">Hello World</Button>
Documentation
You can find the documentation for Medusa UI on the documentation site.