Skip to content

Commit 26a6b32

Browse files
committed
chore: icon geometry
1 parent 6a66672 commit 26a6b32

File tree

2 files changed

+20
-9
lines changed

2 files changed

+20
-9
lines changed

src/status.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,11 @@ export class WakaTimeStatus extends VDomRenderer<StatusModel> {
6868
render() {
6969
return (
7070
<GroupItem
71-
spacing={0}
71+
spacing={4}
7272
title={this.model.errorMsg}
7373
data-error={this.model.error || undefined}
7474
>
75-
<wakatimeIcon.react stylesheet={'statusBar'} />
75+
<wakatimeIcon.react top="2px" left="1px" stylesheet={'statusBar'} />
7676
<TextItem source={this.model.time} />
7777
</GroupItem>
7878
)

style/icons/wakatime.svg

Lines changed: 18 additions & 7 deletions
Loading

0 commit comments

Comments
 (0)