diff --git a/src/ui/Label/index.scss b/src/ui/Label/index.scss index 5c2fc6857..d5ac40500 100644 --- a/src/ui/Label/index.scss +++ b/src/ui/Label/index.scss @@ -1,10 +1,5 @@ @import '../../styles/variables'; -.sendbird-label { - -webkit-user-select: none; - -webkit-touch-callout: none; -} - [class*=sendbird-label] { font-family: var(--sendbird-font-family-default); } @@ -46,12 +41,12 @@ } .sendbird-label--body-1 { - font-size: 14px; - font-weight: normal; - font-stretch: normal; - font-style: normal; - line-height: 1.43; - letter-spacing: normal; + font-size: 14px; + font-weight: normal; + font-stretch: normal; + font-style: normal; + line-height: 1.43; + letter-spacing: normal; } .sendbird-label--body-2 { @@ -82,20 +77,20 @@ } .sendbird-label--caption-1 { - font-size: 14px; - font-weight: 600; - font-stretch: normal; - font-style: normal; - line-height: 1.43; - letter-spacing: normal; + font-size: 14px; + font-weight: 600; + font-stretch: normal; + font-style: normal; + line-height: 1.43; + letter-spacing: normal; } .sendbird-label--caption-2 { - font-size: 12px; - font-weight: bold; - font-style: normal; - line-height: 1; - letter-spacing: normal; + font-size: 12px; + font-weight: bold; + font-style: normal; + line-height: 1; + letter-spacing: normal; } .sendbird-label--caption-3 {