Fix websocket URL background on dark theme
This commit is contained in:
@@ -93,7 +93,9 @@ class _SettingsDialogState extends State<SettingsDialog> {
|
||||
padding:
|
||||
const EdgeInsets.symmetric(horizontal: 10, vertical: 6),
|
||||
decoration: BoxDecoration(
|
||||
color: Colors.grey.shade100,
|
||||
color: Theme.of(context)
|
||||
.colorScheme
|
||||
.surfaceContainerHighest,
|
||||
borderRadius: BorderRadius.circular(6),
|
||||
),
|
||||
child: Row(children: [
|
||||
|
||||
Reference in New Issue
Block a user