diff --git a/images/dark/icon-commit-horizontal.svg b/images/dark/icon-commit-horizontal.svg new file mode 100644 index 0000000..9fa3175 --- /dev/null +++ b/images/dark/icon-commit-horizontal.svg @@ -0,0 +1,4 @@ + + + + diff --git a/images/light/icon-commit-horizontal.svg b/images/light/icon-commit-horizontal.svg new file mode 100644 index 0000000..d0c053e --- /dev/null +++ b/images/light/icon-commit-horizontal.svg @@ -0,0 +1,4 @@ + + + + diff --git a/package.json b/package.json index 41106c2..9941c58 100644 --- a/package.json +++ b/package.json @@ -2289,8 +2289,8 @@ "title": "Show Revision Details", "category": "GitLens", "icon": { - "dark": "images/dark/icon-commit.svg", - "light": "images/light/icon-commit.svg" + "dark": "images/dark/icon-commit-horizontal.svg", + "light": "images/light/icon-commit-horizontal.svg" }, "enablement": "gitlens:activeFileStatus =~ /revision/ && resourceScheme != git" },