💄 Change icon
This commit is contained in:
@@ -446,9 +446,8 @@ class CloudFileZoomIn extends HookConsumerWidget {
|
|||||||
showOriginal.value = !showOriginal.value;
|
showOriginal.value = !showOriginal.value;
|
||||||
},
|
},
|
||||||
icon: Icon(
|
icon: Icon(
|
||||||
showOriginal.value ? Symbols.raw_on : Symbols.raw_off,
|
showOriginal.value ? Symbols.hd : Symbols.sd,
|
||||||
color: Colors.white,
|
color: Colors.white,
|
||||||
size: 24,
|
|
||||||
shadows: [
|
shadows: [
|
||||||
Shadow(
|
Shadow(
|
||||||
color: Colors.black54,
|
color: Colors.black54,
|
||||||
|
Reference in New Issue
Block a user