diff --git a/ts/components/EmptyMessageView.tsx b/ts/components/EmptyMessageView.tsx index ce9dab861..ed450a1d2 100644 --- a/ts/components/EmptyMessageView.tsx +++ b/ts/components/EmptyMessageView.tsx @@ -56,7 +56,7 @@ const StyledHR = styled.hr` color: var(--text-secondary-color); opacity: 0.5; width: 300px; - border-width: 0.5px; + border-width: 1px; margin: 40px 0 var(--margins-lg); `;