diff --git a/src/app/components/snippet-options/snippet-options.component.html b/src/app/components/snippet-options/snippet-options.component.html index 460b9b2b0..8c2fd063f 100644 --- a/src/app/components/snippet-options/snippet-options.component.html +++ b/src/app/components/snippet-options/snippet-options.component.html @@ -42,16 +42,19 @@ diff --git a/src/styles.scss b/src/styles.scss index 0d672ef36..7381fe156 100644 --- a/src/styles.scss +++ b/src/styles.scss @@ -16,4 +16,9 @@ --anglify-button-contained-label-color: #ffffff; --anglify-button-text-label-color: #{$primary-color}; + + // change border radius of bootstrap modal + .modal-content { + border-radius: 0px; + } }