Skip to content

Commit

Permalink
update paddings
Browse files Browse the repository at this point in the history
  • Loading branch information
Lykhoyda committed Jul 11, 2023
1 parent b41874c commit c211837
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions packages/ui/src/components/Transactions/TransactionList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,6 @@ const getAgregatedDataPromise = (pendingTxData: PendingTx[], api: ApiPromise) =>
// console.log('decoded', decoded)
const multisigInfos = getMultisigInfo(decoded) || {}

// console.log("multisigInfos", multisigInfos)

const info = multisigInfos.find(({ name, hash, callData }) => {
if (!!hash && hash === pendingTx.hash) {
return { name, hash, callData }
Expand Down
4 changes: 2 additions & 2 deletions packages/ui/src/components/library/TextFieldStyled.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ const TextFieldStyled = styled(TextField)`
border: none;
height: 41px;
box-sizing: border-box;
padding: 0.5rem 1.25rem 0.5rem 0;
padding: 0.5rem 0 0.5rem 0;
}
.MuiInputBase-inputAdornedStart {
padding-left: 0.25rem;
padding: 0.5rem 0.25rem;
}
&.Mui-focused {
Expand Down

0 comments on commit c211837

Please sign in to comment.