mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-23 04:00:28 +08:00
@@ -98,7 +98,7 @@ class WhisperSessionItem extends StatelessWidget {
|
||||
safeArea: true,
|
||||
tileColor: item.isPinned
|
||||
? theme.colorScheme.onInverseSurface.withValues(
|
||||
alpha: Get.isDarkMode ? 0.4 : 0.8,
|
||||
alpha: theme.brightness.isDark ? 0.4 : 0.8,
|
||||
)
|
||||
: null,
|
||||
onLongPress: onLongPress,
|
||||
|
||||
Reference in New Issue
Block a user