mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-03 13:19:16 +00:00
Add dark mode toggle! And improve experience for train of thought
This commit is contained in:
@@ -14,8 +14,8 @@ interface InlineLoadingProps {
|
||||
|
||||
export function InlineLoading(props: InlineLoadingProps) {
|
||||
return (
|
||||
<button>
|
||||
<CircleNotch className={`animate-spin h-5 w-5 mr-3 ${props.className}`} />
|
||||
<button className={`${props.className}`}>
|
||||
<CircleNotch className={`animate-spin h-5 w-5 mr-3`} />
|
||||
</button>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user