We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb76a03 commit 154586aCopy full SHA for 154586a
frontend/src/components/Nav/Menu/styled.ts
@@ -51,18 +51,18 @@ export const Title = styled.div`
51
`;
52
53
export const StatusIconWrapper = styled.svg.attrs({
54
- viewBox: '0 0 4 4',
+ viewBox: '0 0 6 6',
55
xmlns: 'http://www.w3.org/2000/svg',
56
})`
57
fill: none;
58
- width: 4px;
59
- height: 4px;
+ width: 6px;
+ height: 6px;
60
61
62
export const StatusIcon = styled.circle.attrs({
63
- cx: 2,
64
- cy: 2,
65
- r: 2,
+ cx: 3,
+ cy: 3,
+ r: 3,
66
role: 'status-circle',
67
})<{ status: ServerStatus }>(({ theme, status }) => {
68
const statusColor: {
0 commit comments