From 9459812159b109f8f7054e870a66e6cbb9bc601e Mon Sep 17 00:00:00 2001 From: luoxiaozero <48741584+luoxiaozero@users.noreply.github.com> Date: Fri, 22 Mar 2024 11:05:00 +0800 Subject: [PATCH] fix: Button wave flicker problem (#151) --- thaw/src/button/button.css | 1 + 1 file changed, 1 insertion(+) diff --git a/thaw/src/button/button.css b/thaw/src/button/button.css index 8801c42..16f9c00 100644 --- a/thaw/src/button/button.css +++ b/thaw/src/button/button.css @@ -95,6 +95,7 @@ } .thaw-button .thaw-wave.thaw-wave--active { + opacity: 0; z-index: 1; animation-name: thawButtonWaveSpread, thawButtonWaveOpacity; }