mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
mod: quote color (#789)
This commit is contained in:
committed by
GitHub
parent
c090cae1a1
commit
0b05edd6ff
@@ -86,10 +86,12 @@ class OpusContent extends StatelessWidget {
|
|||||||
case 4:
|
case 4:
|
||||||
return Container(
|
return Container(
|
||||||
padding: const EdgeInsets.only(left: 8),
|
padding: const EdgeInsets.only(left: 8),
|
||||||
decoration: const BoxDecoration(
|
decoration: BoxDecoration(
|
||||||
border: Border(
|
border: Border(
|
||||||
left: BorderSide(color: Color(0xFFE0E0E0), width: 4),
|
left:
|
||||||
|
BorderSide(color: colorScheme.outlineVariant, width: 4),
|
||||||
),
|
),
|
||||||
|
color: colorScheme.surfaceContainer,
|
||||||
),
|
),
|
||||||
child: SelectableText.rich(
|
child: SelectableText.rich(
|
||||||
textAlign: element.align == 1 ? TextAlign.center : null,
|
textAlign: element.align == 1 ? TextAlign.center : null,
|
||||||
|
|||||||
Reference in New Issue
Block a user