Skip to content

Commit 0a65eef

Browse files
committed
Update remx icon
1 parent ee1d135 commit 0a65eef

File tree

4 files changed

+17
-3
lines changed

4 files changed

+17
-3
lines changed
-12.2 KB
Binary file not shown.
Lines changed: 15 additions & 0 deletions
Loading

uilib-docs/src/pages/sections/LibrariesSection.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import './LibrariesSection.scss';
44
import rnn from '../../images/newDesign/rnn.png';
55
import detox from '../../images/newDesign/detox.png';
66
import calendars from '../../images/newDesign/calendars.png';
7-
import remx from '../../images/newDesign/remx.png';
7+
import remx from '../../images/newDesign/remx.svg';
88

99
export default () => {
1010
return (

uilib-docs/src/pages/sections/LibrariesSection.scss

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@
3434
max-height: 75px;
3535
height: 4vw;
3636
min-height: 45px;
37-
filter: grayscale(0.8);
3837
transition: 0.3s all;
3938
}
4039

@@ -43,7 +42,7 @@
4342
}
4443

4544
&:hover img {
46-
filter: grayscale(0);
45+
transform: scale(1.02);
4746
}
4847
}
4948
}

0 commit comments

Comments
 (0)