mirror of
https://github.com/Mintplex-Labs/anything-llm.git
synced 2024-11-15 02:50:10 +01:00
dont override default tailwind pulse
This commit is contained in:
parent
53d64f30b1
commit
1e8d752a54
@ -105,7 +105,7 @@ export default function SpeechToText({ sendCommand }) {
|
||||
<Microphone
|
||||
weight="fill"
|
||||
className={`w-6 h-6 pointer-events-none text-white overflow-hidden rounded-full ${
|
||||
listening ? "animate-pulse" : ""
|
||||
listening ? "animate-pulse-glow" : ""
|
||||
}`}
|
||||
/>
|
||||
<Tooltip
|
||||
|
@ -87,7 +87,7 @@ export default {
|
||||
},
|
||||
animation: {
|
||||
sweep: "sweep 0.5s ease-in-out",
|
||||
pulse: "pulse 1.5s infinite"
|
||||
"pulse-glow": "pulse-glow 1.5s infinite"
|
||||
},
|
||||
keyframes: {
|
||||
sweep: {
|
||||
@ -102,7 +102,7 @@ export default {
|
||||
"0%": { opacity: 1 },
|
||||
"100%": { opacity: 0 }
|
||||
},
|
||||
pulse: {
|
||||
"pulse-glow": {
|
||||
"0%": {
|
||||
opacity: 1,
|
||||
transform: "scale(1)",
|
||||
|
Loading…
Reference in New Issue
Block a user