Skip to content
Open
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
6 changes: 6 additions & 0 deletions app/src/components/SecondaryButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,12 @@ function SecondaryButton({
borderColor: themeColor("disabled1"),
color: themeColor("disabled1"),
},
"@media (max-width: 1440px)": {
marginRight: "5px",
marginBottom: "5px",
height: "35px",
minWidth: "90px",
},
}}
variant="outlined"
onClick={onClick}
Expand Down
1 change: 1 addition & 0 deletions app/src/features/toolbar/components/AbiActionToolbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ function AbiActionToolbar({
style={{
margin: "5px 0 10px",
display: isMobile ? "inline-table" : "flex",
flexWrap: "wrap",
}}
>
<SecondaryButton
Expand Down
1 change: 1 addition & 0 deletions app/src/features/toolbar/components/ActionToolbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ function ActionToolbar({
? "Hide the Solidity editor"
: "Show the Solidity editor to transpile Solidity to Sway"
}
live={true}
/>
<SecondaryButton
header={true}
Expand Down