mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 12:14:41 +01:00
feat(Select/SelectMenu): handle size prop (#133)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
This commit is contained in:
@@ -5,7 +5,7 @@ import theme from '#build/ui/context-menu'
|
||||
|
||||
// FIXME: Can't force open state
|
||||
describe('ContextMenu', () => {
|
||||
const sizes = Object.keys(theme.variants.size as any)
|
||||
const sizes = Object.keys(theme.variants.size) as any
|
||||
|
||||
const items = [
|
||||
[{
|
||||
|
||||
Reference in New Issue
Block a user