Skip to content

Commit

Permalink
fix-styling (#1054)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kahonnohak authored Nov 28, 2023
1 parent b14ccb9 commit 84d8927
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/dapp-staking/register/RegisterDapp.vue
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ export default defineComponent({

<style lang="scss">
.q-field__native {
color: $navy-1 !important;
color: $gray-1 !important;
}
.body--dark {
.q-field__native {
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 @@ -496,7 +496,7 @@ export default {
addToFavorite: 'Add to favorite',
removeFromFavorite: 'Remove from favorite',
unifyAccounts: 'Unify accounts',
yourEstimatedRewards: 'Your estimated Rewards',
yourEstimatedRewards: 'Claim your estimated Rewards',
toast: {
completedMessage: 'You have sent {transferAmt} {symbol} to {toAddress}',
completedBridgeMessage: 'You have sent {transferAmt} {symbol} from {fromChain} to {toChain}',
Expand Down

0 comments on commit 84d8927

Please sign in to comment.