diff --git a/stylesheets/components/CompositionInput.scss b/stylesheets/components/CompositionInput.scss index 17bde4abf..4debfa6a9 100644 --- a/stylesheets/components/CompositionInput.scss +++ b/stylesheets/components/CompositionInput.scss @@ -202,9 +202,14 @@ div.CompositionInput__link-preview { background: $color-gray-02; border-radius: 8px; flex-direction: row-reverse; + justify-content: space-between; margin-bottom: 4px; overflow: hidden; + @include dark-theme { + background: $color-gray-80; + } + &__icon-container { align-items: center; display: flex;