Skip to content

Commit

Permalink
Merge pull request #1406 from Conflux-Chain/dev
Browse files Browse the repository at this point in the history
release 2.7.4
  • Loading branch information
iosh authored Sep 5, 2024
2 parents 2dc621e + d054f29 commit 95baca2
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "helios",
"private": true,
"version": "2.7.3",
"version": "2.7.4",
"workspaces": [
"websites/*",
"packages/doc-ui/*",
Expand Down
2 changes: 1 addition & 1 deletion packages/browser-extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "browser-extension",
"version": "0.0.12",
"version": "0.0.13",
"main": "index.js",
"author": "yqrashawn <namy.19@gmail.com>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/popup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"private": true,
"name": "helios-popup",
"type": "module",
"version": "0.1.7",
"version": "0.1.8",
"main": "index.js",
"author": "yqrashawn <namy.19@gmail.com>",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions packages/popup/src/components/StretchInput.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ function StretchInput({
ref={invisibleInputRef}
onFocus={onInVisibleInputFocus}
onBlur={onInVisibleInputBlur}
containerClassName="h-0 w-0 border-0"
className="w-0 h-0"
containerClassName="!h-0 w-0 border-0"
className="w-0 !h-0"
/>
<div className={`flex items-center ${wrapperClassName}`}>
{leftNode}
Expand Down

0 comments on commit 95baca2

Please sign in to comment.