Skip to content

Commit 3aacda4

Browse files
🪟 🎨 Adapt Osano banner to new UI (#19029)
1 parent 8969824 commit 3aacda4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

airbyte-webapp/src/utils/dataPrivacy.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,9 @@ export const loadOsano = (): void => {
6161
style.appendChild(
6262
document.createTextNode(`
6363
.osano-cm-widget { display: none; }
64+
.osano-cm-dialog__close { display: none; }
6465
.osano-cm-button--type_denyAll { display: none; }
65-
.osano-cm-button--type_manage { background-color: inherit; border: 1px inherit; font-weight: 200; }`)
66+
.osano-cm-button--type_manage { background-color: inherit; border: 1px #1a194d solid; color: #1a194d; font-weight: 200; }`)
6667
);
6768
document.head.appendChild(style);
6869

0 commit comments

Comments
 (0)