Skip to content

Commit d4a3111

Browse files
committed
fix: focus styling for tabs in ProductLandingpagePricing
1 parent a866ee2 commit d4a3111

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/layers/products/app/components/ProductLandingpagePricing.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ const values = [
6161
screenreader-title="products.landing_page.api.cards.api_pricing_plan.title"
6262
:class-list=" {
6363
tablist: 'p-xs font-semibold flex gap-xs bg-gray-100 dark:bg-black text-gray-600 dark:text-gray-400 rounded-4xl shadow-[0_-1px_0_0_rgba(255,255,255,0.18)_inset]',
64-
tab: 'p-sm grow',
64+
tab: 'p-sm grow rounded-4xl',
6565
activeTab: 'text-black dark:text-white',
6666
activeTabIndicator: 'dark:bg-gray-700 bg-gray-200 rounded-4xl text-white shadow-[0_2px_2px_0_rgba(0,0,0,0.25),_0_0.5px_0.5px_0_rgba(255,255,255,0.12)_inset]',
6767
}"

0 commit comments

Comments
 (0)