Skip to content

Commit

Permalink
product grid clickable card hover color changed.
Browse files Browse the repository at this point in the history
regarding the #137
  • Loading branch information
IremToroslu committed Jul 2, 2021
1 parent e85f382 commit a600c4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/cards/miniCard.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
}

.MiniCardImageContainer:hover {
border-color: var(--global--active--highlighting-color);
border-color: #ae56ff;
}

.MiniCardImageContainer img {
Expand Down
1 change: 1 addition & 0 deletions frontend/src/components/mydashboard/SlideshowComponent.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ export default class SlideshowComponent extends Component {
images: [Dashboard1, IndustrialImage, PowerGeneration, PowerTransmission]
};
}

getData() {
const img = this.state.images.map((m) => <img src={m} alt='' />);
}
Expand Down

0 comments on commit a600c4a

Please sign in to comment.