Skip to content

Commit e35167e

Browse files
committed
Make the border solidity work.
1 parent 6c78fa4 commit e35167e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

browser-extension/tests/playground/claude.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ const statBadge = cva(
4141
},
4242
selected: {
4343
false: '',
44-
true: 'border-solid border-current',
44+
true: '!border-solid !border-current',
4545
},
4646
type: {
4747
archived: 'bg-gray-50 text-yellow-700',
@@ -564,7 +564,7 @@ export const ClaudePrototype = () => {
564564
segments={[
565565
{
566566
type: 'unsent',
567-
text: ' ',
567+
text: '',
568568
value: 'unsent'
569569
},
570570
{
@@ -574,7 +574,7 @@ export const ClaudePrototype = () => {
574574
},
575575
{
576576
type: 'sent',
577-
text: ' ',
577+
text: '',
578578
value: 'sent'
579579
}
580580
]} />

0 commit comments

Comments
 (0)