diff --git a/Resources/Private/Partials/Bootstrap5/Job.html b/Resources/Private/Partials/Bootstrap5/Job.html
index 830854ca3d45ab3214d4a114dbe7a1d5bbbb42ae..02dc7cbf7f82de1ae019b5aadc3b0c38e3bd4f7b 100644
--- a/Resources/Private/Partials/Bootstrap5/Job.html
+++ b/Resources/Private/Partials/Bootstrap5/Job.html
@@ -33,7 +33,7 @@
         </div>
         <div class="card-footer bg-light text-center">
             <f:link.action id="offer-{job.uid}" pageUid="{settings.applyPage}" controller="Joblist" action="applyForm"
-                pluginName="JobApplication" arguments="{jobId: job.uid}" class="btn btn-warning stretched-link w-100">
+                pluginName="JobApplication" arguments="{jobId: job.uid}" class="btn btn-default stretched-link w-100">
                 <f:format.raw>
                     <f:translate key="frontend.jobDetailsCta" />
                 </f:format.raw>
diff --git a/Resources/Private/Templates/Bootstrap5/Joblist/ApplyForm.html b/Resources/Private/Templates/Bootstrap5/Joblist/ApplyForm.html
index b6bd4395f739c21637a9470f18bb4c6a5e3d0da8..177f2389ea658e6db98e725bf6182529f5cb98c6 100644
--- a/Resources/Private/Templates/Bootstrap5/Joblist/ApplyForm.html
+++ b/Resources/Private/Templates/Bootstrap5/Joblist/ApplyForm.html
@@ -185,7 +185,7 @@
 
                             <div class="default-content-element sg-cta sg-cta-with-icon">
                                 <a href="{f:if(condition: '{job.applyExternalLink}', then: '{job.applyExternalLink}', else: '#apply')}"
-                                    class="btn btn-warning btn-lg">
+                                    class="btn btn-primary btn-lg">
                                     <f:translate key="frontend.applyNow" />
                                 </a>
                             </div>
@@ -468,7 +468,7 @@
                     <f:render section="formValidation" arguments="{form-field: 'privacyPolicy'}" />
                 </div>
                 <div class="d-flex justify-content-end pt-4">
-                    <button type="submit" class="btn btn-lg btn-warning">{f:translate(key:'frontend.applyNow')}</button>
+                    <button type="submit" class="btn btn-lg btn-primary">{f:translate(key:'frontend.applyNow')}</button>
                 </div>
             </f:form>
         </div>