Skip to content

Commit

Permalink
Input placeholder color update
Browse files Browse the repository at this point in the history
  • Loading branch information
bobo-k2 committed Jan 8, 2025
1 parent 432a6de commit fd7bc7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/css/text.scss
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ input[type='number'] {
}

input::placeholder {
color: $navy-3 !important;
color: $gray-4 !important;
}

.body--dark {
Expand Down
2 changes: 1 addition & 1 deletion src/i18n/en-US/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1111,7 +1111,7 @@ export default {
},
astarEvmBridge: {
title: 'EVM Bridge',
text: 'Transfer assets between EVM and native networks.',
text: 'Transfer assets between EVM and native network.',
},
warning32blocks: 'It could take around 10~20mins or more to finalize',
warningLzWithdrawal:
Expand Down

0 comments on commit fd7bc7b

Please sign in to comment.