chore: prettier format ForwardMessageDialog.tsx and lotus-terminal.css.ts
CI / Build & Quality Checks (push) Successful in 10m11s
CI / Build & Quality Checks (push) Successful in 10m11s
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -905,11 +905,14 @@ globalStyle(`body.${lotusTerminalBodyClass} [data-poll-content] [data-poll-conte
|
||||
textShadow: '0 0 8px rgba(0,212,255,0.25)',
|
||||
});
|
||||
// light TDS
|
||||
globalStyle(`html[data-theme="light"] body.${lotusTerminalBodyClass} [data-poll-content] [data-poll-answer]`, {
|
||||
background: 'rgba(0,98,184,0.04) !important' as any,
|
||||
border: '1px solid rgba(0,98,184,0.22) !important' as any,
|
||||
color: '#111827 !important' as any,
|
||||
});
|
||||
globalStyle(
|
||||
`html[data-theme="light"] body.${lotusTerminalBodyClass} [data-poll-content] [data-poll-answer]`,
|
||||
{
|
||||
background: 'rgba(0,98,184,0.04) !important' as any,
|
||||
border: '1px solid rgba(0,98,184,0.22) !important' as any,
|
||||
color: '#111827 !important' as any,
|
||||
},
|
||||
);
|
||||
globalStyle(
|
||||
`html[data-theme="light"] body.${lotusTerminalBodyClass} [data-poll-content] [data-poll-answer][data-selected="true"]`,
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user