mirror of
https://github.com/koloideal/Casha.git
synced 2026-06-10 18:35:28 +03:00
update
This commit is contained in:
@@ -1102,7 +1102,7 @@ class _FullScreenBlurOverlayState extends State<_FullScreenBlurOverlay> {
|
|||||||
final mq = MediaQuery.of(widget.context);
|
final mq = MediaQuery.of(widget.context);
|
||||||
final cardTop = mq.padding.top + kToolbarHeight + 16;
|
final cardTop = mq.padding.top + kToolbarHeight + 16;
|
||||||
final cardHeight = 180.0;
|
final cardHeight = 180.0;
|
||||||
final panelTop = cardTop + cardHeight + 16;
|
final panelTop = cardTop + cardHeight + 78;
|
||||||
final panelBottom = mq.padding.bottom + 16;
|
final panelBottom = mq.padding.bottom + 16;
|
||||||
|
|
||||||
return Material(
|
return Material(
|
||||||
@@ -1230,19 +1230,13 @@ class _FullScreenBlurOverlayState extends State<_FullScreenBlurOverlay> {
|
|||||||
width: 32,
|
width: 32,
|
||||||
height: 32,
|
height: 32,
|
||||||
decoration: BoxDecoration(
|
decoration: BoxDecoration(
|
||||||
color: Theme.of(widget.context)
|
color: const Color(0xFFE05C6B).withOpacity(0.15),
|
||||||
.colorScheme
|
|
||||||
.onSurface
|
|
||||||
.withOpacity(0.08),
|
|
||||||
shape: BoxShape.circle,
|
shape: BoxShape.circle,
|
||||||
),
|
),
|
||||||
child: Icon(
|
child: const Icon(
|
||||||
Icons.close_rounded,
|
Icons.close_rounded,
|
||||||
size: 18,
|
size: 18,
|
||||||
color: Theme.of(widget.context)
|
color: Color(0xFFE05C6B),
|
||||||
.colorScheme
|
|
||||||
.onSurface
|
|
||||||
.withOpacity(0.6),
|
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
|||||||
Reference in New Issue
Block a user