Skip to content

Commit

Permalink
chore: icon geometry
Browse files Browse the repository at this point in the history
  • Loading branch information
AllanChain committed Feb 12, 2024
1 parent 6a66672 commit 26a6b32
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 9 deletions.
4 changes: 2 additions & 2 deletions src/status.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,11 @@ export class WakaTimeStatus extends VDomRenderer<StatusModel> {
render() {
return (
<GroupItem
spacing={0}
spacing={4}
title={this.model.errorMsg}
data-error={this.model.error || undefined}
>
<wakatimeIcon.react stylesheet={'statusBar'} />
<wakatimeIcon.react top="2px" left="1px" stylesheet={'statusBar'} />
<TextItem source={this.model.time} />
</GroupItem>
)
Expand Down
25 changes: 18 additions & 7 deletions style/icons/wakatime.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 26a6b32

Please sign in to comment.