diff --git a/src/components/mainScreen/mobileAddPart/mobileAddPart.css b/src/components/mainScreen/mobileAddPart/mobileAddPart.css index 53daa40..72fe858 100644 --- a/src/components/mainScreen/mobileAddPart/mobileAddPart.css +++ b/src/components/mainScreen/mobileAddPart/mobileAddPart.css @@ -118,6 +118,8 @@ font-weight: 400; font-size: 16px; line-height: 19px; + + user-select: none; } .setting-button-container:active { @@ -150,6 +152,10 @@ justify-content: center; } +.setting-button-container.exit:active { + background-color: #F08484; +} + .setting-button-container.exit .setting-button-part { gap: 9px; }