Skip to content

Commit 8dcd2e2

Browse files
authored
Update ultra.css
1 parent 324bc1f commit 8dcd2e2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dist/ultra.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
--underline-default-color: red;
33

44
--btn-default-color: #0bf00b;
5+
--wave-default-color: rgba(255, 255, 255, 0.6);
56

67
--tab-default-color: #2196f3;
78
--tab-select-color: red;
@@ -98,7 +99,7 @@ button.ultra-button.button-wave .wave-effect {
9899
border-radius: 50%;
99100
transform: scale(0);
100101
animation: ultra-ripple 0.6s linear;
101-
background: rgba(255, 255, 255, 0.6);
102+
background: var(--wave-default-color, rgba(255, 255, 255, 0.6));
102103
pointer-events: none;
103104
z-index: 1;
104105
}

0 commit comments

Comments
 (0)