We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c78fa4 commit e35167eCopy full SHA for e35167e
browser-extension/tests/playground/claude.tsx
@@ -41,7 +41,7 @@ const statBadge = cva(
41
},
42
selected: {
43
false: '',
44
- true: 'border-solid border-current',
+ true: '!border-solid !border-current',
45
46
type: {
47
archived: 'bg-gray-50 text-yellow-700',
@@ -564,7 +564,7 @@ export const ClaudePrototype = () => {
564
segments={[
565
{
566
type: 'unsent',
567
- text: ' ',
+ text: '',
568
value: 'unsent'
569
570
@@ -574,7 +574,7 @@ export const ClaudePrototype = () => {
574
575
576
type: 'sent',
577
578
value: 'sent'
579
}
580
]} />
0 commit comments