1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-26 20:39:08 +01:00
metamask-extension/ui/components/component-library/picker-network/picker-network.scss
Nidhi Kumari af09521a69
updated background color for picker network (#16466)
* updated background color for picker network

* updated color for pressed state

* fixed linting error

* updated snapshots

* removed borderstyle

* update color

* updated snapshot

* added truncate to the text

* updated snapshot
2022-11-18 22:29:25 +05:30

11 lines
202 B
SCSS

.mm-picker-network {
--picker-network-height: 32px;
max-width: fit-content;
height: var(--picker-network-height);
&:active {
background-color: var(--color-background-default-hover);
}
}