Skip to content

Commit 8dd0034

Browse files
committed
fix
1 parent cbc53e0 commit 8dd0034

3 files changed

Lines changed: 5 additions & 4 deletions

File tree

packages/neuron-ui/src/components/MultisigAddress/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ const MultisigAddress = () => {
376376
<button
377377
type="button"
378378
onClick={() => openExternal('https://github.com/Magickbase/neuron-public-issues/issues/457')}
379-
aria-label=" "
379+
aria-label="Learn more"
380380
/>,
381381
]}
382382
/>
@@ -444,7 +444,7 @@ const MultisigAddress = () => {
444444
tip={
445445
<div>
446446
<div className={styles.titleWrap}>
447-
<p>Code_hash</p>
447+
<p>Code hash</p>
448448
<div className={clsx(styles.badge, item.isLegacy && styles.legacy)}>
449449
{item.isLegacy ? 'Legacy' : 'Recommended'}
450450
</div>

packages/neuron-ui/src/components/ScriptTag/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ const ScriptTag = ({
5656
tip={
5757
<div>
5858
<div className={styles.titleWrap}>
59-
<p>Code_hash</p>
59+
<p>Code hash</p>
6060
<div className={clsx(styles.badge, isLegacy && styles.legacy)}>
6161
{isLegacy ? 'Legacy' : 'Recommended'}
6262
</div>

packages/neuron-ui/src/widgets/Dialog/dialog.module.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@
5252
overflow-y: auto;
5353

5454
&::-webkit-scrollbar {
55-
width: 0;
55+
width: 2px;
56+
background: transparent;
5657
}
5758
}
5859

0 commit comments

Comments
 (0)