diff --git a/app/styles/components/audio-player.scss b/app/styles/components/audio-player.scss index 17f72d3aa..4ef057be3 100644 --- a/app/styles/components/audio-player.scss +++ b/app/styles/components/audio-player.scss @@ -68,7 +68,7 @@ box-sizing: border-box; position: relative; background: $base-shadow-color; - border-radius: 4px; + border-radius: 10px; padding-bottom: 44px; direction: ltr; diff --git a/app/styles/components/media-gallery.scss b/app/styles/components/media-gallery.scss index de64331d5..b39f4f1f6 100644 --- a/app/styles/components/media-gallery.scss +++ b/app/styles/components/media-gallery.scss @@ -2,7 +2,7 @@ box-sizing: border-box; margin-top: 8px; overflow: hidden; - border-radius: 4px; + border-radius: 10px; position: relative; width: 100%; height: auto; @@ -15,7 +15,7 @@ display: block; float: left; position: relative; - border-radius: 4px; + border-radius: 10px; overflow: hidden; &__icons { diff --git a/app/styles/components/status.scss b/app/styles/components/status.scss index 330fd8445..fddd84e04 100644 --- a/app/styles/components/status.scss +++ b/app/styles/components/status.scss @@ -514,7 +514,7 @@ display: flex; font-size: 14px; border: 1px solid var(--brand-color--med); - border-radius: 4px; + border-radius: 10px; color: var(--primary-text-color); margin-top: 14px; min-height: 150px; diff --git a/app/styles/components/video-player.scss b/app/styles/components/video-player.scss index 656aafd15..25f3d3402 100644 --- a/app/styles/components/video-player.scss +++ b/app/styles/components/video-player.scss @@ -82,7 +82,7 @@ position: relative; background: $base-shadow-color; max-width: 100%; - border-radius: 4px; + border-radius: 10px; box-sizing: border-box; direction: ltr; color: white; diff --git a/app/styles/ui.scss b/app/styles/ui.scss index bcdfb960a..b656c0de1 100644 --- a/app/styles/ui.scss +++ b/app/styles/ui.scss @@ -63,7 +63,7 @@ box-sizing: content-box; background: var(--foreground-color); color: var(--primary-text-color--faint); - border-radius: 4px; + border-radius: 6px; padding: 2px; > div {