ui: incoming call button hierarchy + EventReaders timestamp glow
CI / Build & Quality Checks (push) Successful in 10m24s
CI / Build & Quality Checks (push) Successful in 10m24s
- IncomingCall: Reject uses variant=Critical (red), Ignore uses variant=Secondary — previously both were variant=Success (green), making them visually identical to the Answer button - EventReaders: TDS timestamp glow reduced from double-layer to single-layer (was 0 0 6px + 0 0 14px, now just 0 0 5px at 0.45 opacity) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -235,7 +235,7 @@ function IncomingCall({ dm, info, onIgnore, onAnswer, onReject }: IncomingCallPr
|
|||||||
</Button>
|
</Button>
|
||||||
<Button
|
<Button
|
||||||
style={{ flexGrow: 1 }}
|
style={{ flexGrow: 1 }}
|
||||||
variant="Success"
|
variant={dm ? 'Critical' : 'Secondary'}
|
||||||
fill="Soft"
|
fill="Soft"
|
||||||
size="400"
|
size="400"
|
||||||
radii="400"
|
radii="400"
|
||||||
|
|||||||
@@ -145,7 +145,7 @@ export const EventReaders = as<'div', EventReadersProps>(
|
|||||||
lotusTerminal
|
lotusTerminal
|
||||||
? {
|
? {
|
||||||
color: '#FFB300',
|
color: '#FFB300',
|
||||||
textShadow: '0 0 6px #FFB300, 0 0 14px rgba(255,179,0,0.40)',
|
textShadow: '0 0 5px rgba(255,179,0,0.45)',
|
||||||
fontSize: '0.72rem',
|
fontSize: '0.72rem',
|
||||||
}
|
}
|
||||||
: { opacity: 0.6 }
|
: { opacity: 0.6 }
|
||||||
|
|||||||
Reference in New Issue
Block a user