mirror of
https://github.com/foss42/apidash.git
synced 2025-07-03 14:36:22 +08:00
Update json_explorer UI as per the latest Material 3 colors
This commit is contained in:
@ -88,7 +88,7 @@ JsonExplorer(
|
||||
fontSize: 16,
|
||||
),
|
||||
propertyKeyTextStyle: GoogleFonts.inconsolata(
|
||||
color: Colors.black.withOpacity(0.7),
|
||||
color: Colors.grey,
|
||||
fontWeight: FontWeight.bold,
|
||||
fontSize: 16,
|
||||
),
|
||||
|
@ -284,7 +284,7 @@ class _JsonExplorerPageState extends State<JsonExplorerPage> {
|
||||
fontSize: 16,
|
||||
),
|
||||
propertyKeyTextStyle: GoogleFonts.inconsolata(
|
||||
color: Colors.black.withOpacity(0.7),
|
||||
color: Colors.grey,
|
||||
fontWeight: FontWeight.bold,
|
||||
fontSize: 16,
|
||||
),
|
||||
|
@ -46,8 +46,8 @@ void main() {
|
||||
fontWeight: FontWeight.bold,
|
||||
fontSize: 18,
|
||||
),
|
||||
propertyKeyTextStyle: TextStyle(
|
||||
color: Colors.black.withOpacity(0.7),
|
||||
propertyKeyTextStyle: const TextStyle(
|
||||
color: Colors.grey,
|
||||
fontWeight: FontWeight.bold,
|
||||
fontSize: 18,
|
||||
),
|
||||
|
Reference in New Issue
Block a user