Skip to content

Commit

Permalink
Changing the color of import flex button
Browse files Browse the repository at this point in the history
  • Loading branch information
mansoor-sajjad committed Feb 15, 2024
1 parent c95d194 commit 9f926f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/screens/providers/components/DataMigrationDetails.js
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,7 @@ class DataMigrationDetails extends React.Component {
<Button
title={toolTips.importFlex}
color="primary"
style={{ backgroundColor: 'rgb(69, 118, 69)' }}
onClick={() => this.handleImportData(true)}
>
Import flex
Expand Down

0 comments on commit 9f926f5

Please sign in to comment.