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 6a66672 commit 26a6b32Copy full SHA for 26a6b32
src/status.tsx
@@ -68,11 +68,11 @@ export class WakaTimeStatus extends VDomRenderer<StatusModel> {
68
render() {
69
return (
70
<GroupItem
71
- spacing={0}
+ spacing={4}
72
title={this.model.errorMsg}
73
data-error={this.model.error || undefined}
74
>
75
- <wakatimeIcon.react stylesheet={'statusBar'} />
+ <wakatimeIcon.react top="2px" left="1px" stylesheet={'statusBar'} />
76
<TextItem source={this.model.time} />
77
</GroupItem>
78
)
style/icons/wakatime.svg
0 commit comments