]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Fix: welcome widget text color (#4829)
authorshamoon <4887959+shamoon@users.noreply.github.com>
Tue, 5 Dec 2023 08:00:20 +0000 (00:00 -0800)
committerGitHub <noreply@github.com>
Tue, 5 Dec 2023 08:00:20 +0000 (00:00 -0800)
src-ui/src/app/components/dashboard/widgets/welcome-widget/welcome-widget.component.html

index 72d0ccd410e89364076d36323e63fbac58edead9..63532813f7c378985e260899ca396fa163d56a6a 100644 (file)
@@ -1,4 +1,4 @@
-<ngb-alert class="pe-3 text-primary-contrast" type="primary" [dismissible]="true" (closed)="dismiss.emit(true)">
+<ngb-alert class="pe-3" type="primary" [dismissible]="true" (closed)="dismiss.emit(true)">
   <h4 class="alert-heading"><ng-container i18n>Paperless-ngx is running!</ng-container> ðŸŽ‰</h4>
   <p i18n>You're ready to start uploading documents! Explore the various features of this web app on your own, or start a quick tour using the button below.</p>
   <p i18n>More detail on how to use and configure Paperless-ngx is always available in the <a href="https://docs.paperless-ngx.com" target="_blank">documentation</a>.</p>