about summary refs log tree commit diff
path: root/src/view/shell/desktop/SidebarTrendingTopics.tsx
diff options
context:
space:
mode:
authorBartosz Kaszubowski <gosimek@gmail.com>2025-08-26 21:43:25 +0200
committerGitHub <noreply@github.com>2025-08-26 14:43:25 -0500
commit0555d3623cf5eea744bd26b4343c60ec66e43aa3 (patch)
treeeb6b9b9db1ba685ead41ca70f39405aa790000eb /src/view/shell/desktop/SidebarTrendingTopics.tsx
parent8dcf1825ec3fa3a98ae8d9974434489b9b66a69b (diff)
downloadvoidsky-0555d3623cf5eea744bd26b4343c60ec66e43aa3.tar.zst
Fix RightNav elements focus outline on web (#8788)
Diffstat (limited to 'src/view/shell/desktop/SidebarTrendingTopics.tsx')
-rw-r--r--src/view/shell/desktop/SidebarTrendingTopics.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/view/shell/desktop/SidebarTrendingTopics.tsx b/src/view/shell/desktop/SidebarTrendingTopics.tsx
index 6b49f5834..c8ef49ee7 100644
--- a/src/view/shell/desktop/SidebarTrendingTopics.tsx
+++ b/src/view/shell/desktop/SidebarTrendingTopics.tsx
@@ -82,6 +82,7 @@ function Inner() {
                 <TrendingTopicLink
                   key={topic.link}
                   topic={topic}
+                  style={a.rounded_full}
                   onPress={() => {
                     logEvent('trendingTopic:click', {context: 'sidebar'})
                   }}>