Skip to content

Commit 6608e6f

Browse files
committed
Adjust UI styling for consistency and increment the package version
1 parent b35d5fa commit 6608e6f

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

packages/ui/src/components/editor/Presets/Presets.module.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
align-items: center;
114114
gap: var(--padding-4px);
115115
cursor: default;
116-
padding-right: 19px;
116+
padding-right: var(--padding-4px);
117117

118118
&__drag_handle {
119119
display: flex;

packages/ui/src/components/editor/QuickAction/QuickAction.module.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
}
2020

2121
&:hover {
22-
background-color: var(--vscode-toolbar-hoverBackground);
22+
background-color: var(--vscode-list-hoverBackground);
2323
}
2424
}

packages/vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "gemini-coder",
33
"displayName": "Code Web Chat (CWC)",
44
"description": "AI coding for the rest of us",
5-
"version": "1.125.0",
5+
"version": "1.125.1",
66
"scripts": {
77
"build": "npx vsce package --no-dependencies",
88
"vscode:prepublish": "npm run compile",

0 commit comments

Comments
 (0)