mirror of
https://github.com/foss42/apidash.git
synced 2025-12-02 02:39:19 +08:00
SSE: RAW Mode added & SSEDisplay: kCodeStyle used
This commit is contained in:
@@ -64,9 +64,7 @@ class _SSEDisplayState extends State<SSEDisplay> {
|
||||
Expanded(
|
||||
child: Text(
|
||||
entry.value.toString(),
|
||||
style: theme.textTheme.bodyMedium?.copyWith(
|
||||
fontFamily: 'monospace',
|
||||
),
|
||||
style: kCodeStyle,
|
||||
),
|
||||
),
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user