mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
UX: Increase network name threshold before showing tooltip (#20009)
This commit is contained in:
parent
46b2290822
commit
8f8613a4e1
@ -28,7 +28,7 @@ import {
|
|||||||
SEPOLIA_DISPLAY_NAME,
|
SEPOLIA_DISPLAY_NAME,
|
||||||
} from '../../../../shared/constants/network';
|
} from '../../../../shared/constants/network';
|
||||||
|
|
||||||
const MAXIMUM_CHARACTERS_WITHOUT_TOOLTIP = 17;
|
const MAXIMUM_CHARACTERS_WITHOUT_TOOLTIP = 20;
|
||||||
|
|
||||||
function getAvatarNetworkColor(name) {
|
function getAvatarNetworkColor(name) {
|
||||||
switch (name) {
|
switch (name) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user