|
@@ -28,15 +28,12 @@ class SearchResultWidget extends StatelessWidget {
|
|
return GestureDetector(
|
|
return GestureDetector(
|
|
behavior: HitTestBehavior.opaque,
|
|
behavior: HitTestBehavior.opaque,
|
|
child: Container(
|
|
child: Container(
|
|
- //todo: check and change color to figma
|
|
|
|
decoration: BoxDecoration(
|
|
decoration: BoxDecoration(
|
|
borderRadius: const BorderRadius.all(Radius.circular(4)),
|
|
borderRadius: const BorderRadius.all(Radius.circular(4)),
|
|
- // color: Theme.of(context).colorScheme.searchResultsColor,
|
|
|
|
border: Border.all(
|
|
border: Border.all(
|
|
color: getEnteColorScheme(context).strokeFainter,
|
|
color: getEnteColorScheme(context).strokeFainter,
|
|
),
|
|
),
|
|
),
|
|
),
|
|
-
|
|
|
|
child: Row(
|
|
child: Row(
|
|
mainAxisAlignment: MainAxisAlignment.spaceBetween,
|
|
mainAxisAlignment: MainAxisAlignment.spaceBetween,
|
|
crossAxisAlignment: CrossAxisAlignment.center,
|
|
crossAxisAlignment: CrossAxisAlignment.center,
|