Skip to content

Commit

Permalink
refactor(web): update-style-in-submit-list-flow
Browse files Browse the repository at this point in the history
  • Loading branch information
Harman-singh-waraich committed Jun 4, 2024
1 parent 383ef68 commit f191704
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion web/src/assets/svgs/icons/check-circle-outline.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 1 addition & 3 deletions web/src/pages/SubmitList/AdvancedParameters/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,7 @@ const AdvancedParameters: React.FC = () => {
<Container>
<Header text="Advanced Options" />
<LabelAndButtonContainer>
<StyledLabel>
By default, the recommended parameters are selected. You can edit them or skip them by clicking on Next.
</StyledLabel>
<StyledLabel>By default, the recommended parameters are selected. You can edit them.</StyledLabel>
<ButtonContainer>
<LightButton text="Reset" Icon={HistoryIcon} onClick={reset} />{" "}
<LightButton
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ import { MAIN_CURATE_ADDRESS } from "src/consts";

const StyledCheckCircle = styled(CheckCircle)`
path {
fill: #000;
fill: ${({ theme }) => theme.whiteBackground};
}
`;

Expand Down

0 comments on commit f191704

Please sign in to comment.