Skip to content

Commit

Permalink
console: Change test decoder/encoder button style
Browse files Browse the repository at this point in the history
  • Loading branch information
PavelJankoski committed Feb 5, 2025
1 parent 54b495c commit b30d8f4
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,6 @@ const TestForm = props => {
className={style.submitButton}
component={SubmitButton}
message={uplink ? m.testDecoder : m.testEncoder}
primary={false}
/>
)}
</Form.FieldContainer>
Expand All @@ -200,7 +199,6 @@ const TestForm = props => {
className="mb-cs-m"
component={SubmitButton}
message={uplink ? m.testDecoder : m.testEncoder}
primary={false}
/>
)}
{uplink ? (
Expand Down

0 comments on commit b30d8f4

Please sign in to comment.