Skip to content

Commit 0f53705

Browse files
committed
chore: updated color in onboarding
Signed-off-by: Evzen Gasta <[email protected]>
1 parent 425afb1 commit 0f53705

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/renderer/src/lib/markdown/micromark-warnings-directive.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ export function warnings(this: CompileContext, d: any) {
7979
const items = JSON.parse(decode(d.label) ?? '');
8080
for (const item of items) {
8181
// start the div representing one row
82-
this.tag('<div class="flex flex-row space-x-3 bg-charcoal-600 p-4 rounded-md items-start">');
82+
this.tag('<div class="flex flex-row space-x-3 bg-[var(--pd-invert-content-card-bg)] p-4 rounded-md items-start">');
8383
// add icon representing the warning status
8484
this.tag('<div class="mr-2 flex justify-center">');
8585
this.tag(item.state === 'successful' ? '✅' : '❌');

0 commit comments

Comments
 (0)