mirror of
https://github.com/Mintplex-Labs/anything-llm.git
synced 2024-11-15 10:50:31 +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
|
<Microphone
|
||||||
weight="fill"
|
weight="fill"
|
||||||
className={`w-6 h-6 pointer-events-none text-white overflow-hidden rounded-full ${
|
className={`w-6 h-6 pointer-events-none text-white overflow-hidden rounded-full ${
|
||||||
listening ? "animate-pulse" : ""
|
listening ? "animate-pulse-glow" : ""
|
||||||
}`}
|
}`}
|
||||||
/>
|
/>
|
||||||
<Tooltip
|
<Tooltip
|
||||||
|
@ -87,7 +87,7 @@ export default {
|
|||||||
},
|
},
|
||||||
animation: {
|
animation: {
|
||||||
sweep: "sweep 0.5s ease-in-out",
|
sweep: "sweep 0.5s ease-in-out",
|
||||||
pulse: "pulse 1.5s infinite"
|
"pulse-glow": "pulse-glow 1.5s infinite"
|
||||||
},
|
},
|
||||||
keyframes: {
|
keyframes: {
|
||||||
sweep: {
|
sweep: {
|
||||||
@ -102,7 +102,7 @@ export default {
|
|||||||
"0%": { opacity: 1 },
|
"0%": { opacity: 1 },
|
||||||
"100%": { opacity: 0 }
|
"100%": { opacity: 0 }
|
||||||
},
|
},
|
||||||
pulse: {
|
"pulse-glow": {
|
||||||
"0%": {
|
"0%": {
|
||||||
opacity: 1,
|
opacity: 1,
|
||||||
transform: "scale(1)",
|
transform: "scale(1)",
|
||||||
|
Loading…
Reference in New Issue
Block a user