Skip to content

Commit

Permalink
Merge pull request #106 from multiversx/development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
radumojic authored Jun 7, 2024
2 parents d2fa364 + f19ee23 commit 507eec6
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/assets/scss/components/_components.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
@import '../../../components/ProgressRing/progressRing.styles.scss';
@import '../../../components/ProvidersTable/providersTable.styles.scss';
@import '../../../components/PulsatingLed/pulsatingLed.styles.scss';
@import '../../../components/Search/search.styles.scss';
@import '../../../components/Select/select.styles.scss';
@import '../../../components/ShardList/shardList.styles.scss';
@import '../../../components/SharedIdentity/IdentityAvatar/identityAvatar.styles.scss';
Expand Down
4 changes: 2 additions & 2 deletions src/components/Search/Search.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,14 @@ export const Search = ({ className }: WithClassnameType) => {
<input
type='text'
className='form-control text-truncate'
placeholder='Search for an address, transaction/block hash, validator key or token id'
placeholder='Search for an address, @herotag, transaction/block hash, validator key or token id'
name='requestType'
data-testid='search'
required
value={searchHash}
onChange={handleChange}
onKeyDown={handleKeyDown}
aria-label='Search for an address, transaction/block hash, validator key or token id'
aria-label='Search for an address, @herotag, transaction/block hash, validator key or token id'
aria-describedby='search-addon'
/>
<button
Expand Down
5 changes: 5 additions & 0 deletions src/components/Search/search.styles.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
.main-search {
input::placeholder {
font-size: 0.844rem;
}
}
3 changes: 3 additions & 0 deletions src/widgets/HeroHome/heroHome.styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@
}
}
.main-search {
input::placeholder {
font-size: 0.781rem;
}
.form-control,
.input-group-text {
background-color: var(--neutral-900);
Expand Down

0 comments on commit 507eec6

Please sign in to comment.