[ui] UI theme should match repertory blue #61
This commit is contained in:
@@ -128,7 +128,11 @@ class _AddMountScreenState extends State<AddMountScreen> {
|
|||||||
],
|
],
|
||||||
),
|
),
|
||||||
const SizedBox(height: constants.padding),
|
const SizedBox(height: constants.padding),
|
||||||
IntrinsicWidth(
|
UnconstrainedBox(
|
||||||
|
alignment: Alignment.centerLeft,
|
||||||
|
child: FractionallySizedBox(
|
||||||
|
widthFactor: 1.5,
|
||||||
|
child: IntrinsicWidth(
|
||||||
child: DropdownButtonFormField<String>(
|
child: DropdownButtonFormField<String>(
|
||||||
initialValue: _mountType.isEmpty ? null : _mountType,
|
initialValue: _mountType.isEmpty ? null : _mountType,
|
||||||
isExpanded: false,
|
isExpanded: false,
|
||||||
@@ -136,11 +140,8 @@ class _AddMountScreenState extends State<AddMountScreen> {
|
|||||||
scheme,
|
scheme,
|
||||||
"Provider Type",
|
"Provider Type",
|
||||||
Icons.storage,
|
Icons.storage,
|
||||||
filled: false,
|
|
||||||
),
|
|
||||||
dropdownColor: scheme.primary.withValues(
|
|
||||||
alpha: constants.primaryAlpha,
|
|
||||||
),
|
),
|
||||||
|
dropdownColor: scheme.primary.withValues(alpha: 0.8),
|
||||||
style: textTheme.bodyMedium?.copyWith(
|
style: textTheme.bodyMedium?.copyWith(
|
||||||
color: scheme.onSurface.withValues(alpha: 0.96),
|
color: scheme.onSurface.withValues(alpha: 0.96),
|
||||||
),
|
),
|
||||||
@@ -163,6 +164,8 @@ class _AddMountScreenState extends State<AddMountScreen> {
|
|||||||
},
|
},
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
),
|
||||||
|
),
|
||||||
if (_mountType.isNotEmpty && _mountType != 'Remote') ...[
|
if (_mountType.isNotEmpty && _mountType != 'Remote') ...[
|
||||||
const SizedBox(height: constants.padding),
|
const SizedBox(height: constants.padding),
|
||||||
TextField(
|
TextField(
|
||||||
|
Reference in New Issue
Block a user