Skip to content

Commit 79669f0

Browse files
committed
Update BlogControls.astro
1 parent a42b98c commit 79669f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/Blog/BlogControls.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ const searchIndexUrl = localizedPath('/search-index.json', locale);
7878
href={buildBlogTabHref(tab.href, currentQuery)}
7979
data-blog-tab
8080
data-blog-base-href={tab.href}
81-
class={`px-4 py-1.5 rounded-full border transition-colors min-w-16 text-center ${
81+
class={`px-2 py-1.5 rounded-full border transition-colors min-w-16 text-center ${
8282
isActive
8383
? 'bg-[#333] text-white border-[#333]'
8484
: '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

Comments
 (0)