mirror of
https://github.com/Onewon/claude-code.git
synced 2026-04-26 06:41:16 +03:00
Initial commit
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
import { Text } from 'ink'
|
||||
import * as React from 'react'
|
||||
import { getTheme } from '../../../utils/theme.js'
|
||||
|
||||
export function UserToolCanceledMessage(): React.ReactNode {
|
||||
return (
|
||||
<Text>
|
||||
⎿
|
||||
<Text color={getTheme().error}>Interrupted by user</Text>
|
||||
</Text>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user