mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-03 13:19:16 +00:00
Improve Train of Thought icons spacing and loading circle
This commit is contained in:
@@ -16,7 +16,7 @@ interface InlineLoadingProps {
|
||||
export function InlineLoading(props: InlineLoadingProps) {
|
||||
return (
|
||||
<button className={`${props.className}`}>
|
||||
<CircleNotch className={`animate-spin h-5 w-5 mr-3`} />
|
||||
<CircleNotch className={`animate-spin h-5 w-5 mt-3 mr-3`} />
|
||||
</button>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user