We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fd66df commit a234f3dCopy full SHA for a234f3d
packages/ui/package.json
@@ -2,7 +2,7 @@
2
"name": "@eqtylab/equality",
3
"description": "EQTYLab's component and token-based design system",
4
"homepage": "https://equality.eqtylab.io/",
5
- "version": "1.7.0",
+ "version": "1.7.1",
6
"license": "Apache-2.0",
7
"keywords": [
8
"component library",
packages/ui/src/components/sort-button/sort-button.module.css
@@ -8,13 +8,13 @@
}
9
10
.sort-button:hover .arrow-up-down-icon {
11
- @apply opacity-50;
+ @apply opacity-100;
12
13
14
.arrow-container {
15
@apply flex items-center [&>svg]:size-3;
16
17
18
.arrow-up-down-icon {
19
- @apply opacity-0 transition-opacity;
+ @apply opacity-40 transition-opacity;
20
0 commit comments