mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-02 06:07:06 +01:00
ce9af8aac3
* added file structure for picker-network * updated accessory prop with props * added tests and documentation to picker network * updated picker network classnames * updated custom tests for picker network * updated css in picker network * updated readme and stories * added snapshot testing * changed behaviour to button * updated snapshot for button * updated label as per src
7 lines
123 B
SCSS
7 lines
123 B
SCSS
.mm-picker-network {
|
|
--picker-network-height: 32px;
|
|
|
|
max-width: fit-content;
|
|
height: var(--picker-network-height);
|
|
}
|