diff --git a/changes/12368-copy-message b/changes/12368-copy-message new file mode 100644 index 0000000000..b2b7b17bfd --- /dev/null +++ b/changes/12368-copy-message @@ -0,0 +1 @@ +- Fix styling of copy message when copying fields diff --git a/frontend/components/EnrollSecrets/SecretField/_styles.scss b/frontend/components/EnrollSecrets/SecretField/_styles.scss index 8640b5815b..29401c7f25 100644 --- a/frontend/components/EnrollSecrets/SecretField/_styles.scss +++ b/frontend/components/EnrollSecrets/SecretField/_styles.scss @@ -32,6 +32,15 @@ margin-right: $pad-small; } + .copy-message { + font-weight: $regular; + vertical-align: top; + background-color: $ui-light-grey; + border: solid 1px #e2e4ea; + border-radius: 10px; + padding: 2px 6px; + } + .buttons { display: flex; align-items: center;