mirror of
https://github.com/foss42/apidash.git
synced 2025-08-06 05:32:26 +08:00
Consistent border radius for dropdown buttons
This commit is contained in:
@ -92,7 +92,7 @@ class _DropdownButtonBodyContentTypeState
|
||||
.read(collectionStateNotifierProvider.notifier)
|
||||
.update(activeId!, requestBodyContentType: value);
|
||||
},
|
||||
borderRadius: kBorderRadius8,
|
||||
borderRadius: kBorderRadius12,
|
||||
items: ContentType.values
|
||||
.map<DropdownMenuItem<ContentType>>((ContentType value) {
|
||||
return DropdownMenuItem<ContentType>(
|
||||
|
@ -83,6 +83,7 @@ class _DropdownButtonHTTPMethodState
|
||||
underline: Container(
|
||||
height: 0,
|
||||
),
|
||||
borderRadius: kBorderRadius12,
|
||||
onChanged: (HTTPVerb? value) {
|
||||
ref
|
||||
.read(collectionStateNotifierProvider.notifier)
|
||||
|
Reference in New Issue
Block a user