We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a42b98c commit 79669f0Copy full SHA for 79669f0
1 file changed
src/components/Blog/BlogControls.astro
@@ -78,7 +78,7 @@ const searchIndexUrl = localizedPath('/search-index.json', locale);
78
href={buildBlogTabHref(tab.href, currentQuery)}
79
data-blog-tab
80
data-blog-base-href={tab.href}
81
- class={`px-4 py-1.5 rounded-full border transition-colors min-w-16 text-center ${
+ class={`px-2 py-1.5 rounded-full border transition-colors min-w-16 text-center ${
82
isActive
83
? 'bg-[#333] text-white border-[#333]'
84
: 'bg-white text-gray-700 border-gray-200 hover:bg-gray-100 dark:bg-gray-900 dark:text-gray-200 dark:border-gray-700 dark:hover:bg-gray-800'
0 commit comments