We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac00b94 commit 002a255Copy full SHA for 002a255
chat-client/src/client/tabs/tabFactory.ts
@@ -77,7 +77,7 @@ export class TabFactory {
77
body: `<div style="display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 200px 0 20px 0;">
78
79
<div style="font-size: 24px; margin-bottom: 12px;"><strong>Amazon Q</strong></div>
80
-<div style="background: rgba(255, 255, 255, 0.1); border-radius: 8px; padding: 8px; margin: 4px 0; text-align: center;">
+<div style="background: rgba(128, 128, 128, 0.15); border: 1px solid rgba(128, 128, 128, 0.25); border-radius: 8px; padding: 8px; margin: 4px 0; text-align: center;">
81
<div style="font-size: 14px; margin-bottom: 4px;"><strong>Did you know?</strong></div>
82
<div>${this.getRandomTip()}</div>
83
</div>
0 commit comments