💄 Update styles

This commit is contained in:
2024-08-19 01:54:32 +08:00
parent 6004b74724
commit 7ea18dbe12
2 changed files with 1 additions and 2 deletions

View File

@ -372,7 +372,6 @@ class _AttachmentSelfContainedEntryState
isDense: widget.isDense,
parentId: widget.parentId,
showMature: _showMature,
showBorder: true,
onReveal: (value) {
setState(() => _showMature = value);
},