Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/pages/DeploymentPage/DeploymentPage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ const DeploymentPage = (props) => {
trigger="hover"
autohide={true}
>
Click this button to import a pre-made ABI file and review it in the viewer below
Click this button to import a pre-made ABI file and review it in the viewer above
</ToolTipUncontrolledStyled>
</CardBody>
</CardStyled>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/InfoPage/components/Nodeswitch/Nodeswitch.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import { InputStyled, ButtonGroupSeperated, ButtonPrimary, ButtonSecondary, Tool
import { accountClear } from 'reducers/permission';

const CenteredLabel = styled(Label)`
margin-top: 6px;
margin-top: 10px;
`

const Nodeswitch = (props) => {
Expand Down
2 changes: 1 addition & 1 deletion src/styled/ToolTipStyled.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import styled from 'styled-components';
export default styled(Tooltip)`
.tooltip-inner{
background-color: #443f54;
font-size: 10px;
font-size: 14px;
font-weight: 500;
text-align: left;
}
Expand Down
2 changes: 1 addition & 1 deletion src/styled/ToolTipUncontrolledStyled.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import styled from 'styled-components';
export default styled(UncontrolledTooltip)`
.tooltip-inner{
background-color: #443f54;
font-size: 10px;
font-size: 14px;
font-weight: 500;
text-align: left;
}
Expand Down