From 68d207d049cce2266832c5c07214a7efbcb9b784 Mon Sep 17 00:00:00 2001 From: Ayesha Date: Sun, 31 Aug 2025 07:56:08 +0530 Subject: [PATCH] Fix: center button text in primary button --- index.css | 1 + 1 file changed, 1 insertion(+) diff --git a/index.css b/index.css index 2971a9d5..6e3c4e19 100644 --- a/index.css +++ b/index.css @@ -556,6 +556,7 @@ padding-inline: var(--padding-inline-section); padding: 12px 24px ; box-shadow:0 0 2px var(--secondary-text-color) ; transition: all 0.3s ease; + text-align: center; } .primary-button{ background-color: var(--accent-color-dark);