mirror of
				https://gitlab.com/comunic/comunicmobile
				synced 2025-11-04 12:14:11 +00:00 
			
		
		
		
	Import weblink posts on dark theme
This commit is contained in:
		@@ -281,7 +281,8 @@ class _PostTileState extends State<PostTile> {
 | 
			
		||||
 | 
			
		||||
  Widget _buildPostWebLink() {
 | 
			
		||||
    return Card(
 | 
			
		||||
      color: Color.fromRGBO(0xf7, 0xf7, 0xf7, 1),
 | 
			
		||||
      color:
 | 
			
		||||
          darkTheme() ? darkerAccentColor : Color.fromRGBO(0xf7, 0xf7, 0xf7, 1),
 | 
			
		||||
      child: InkWell(
 | 
			
		||||
        onTap: () => launch(widget.post.linkURL),
 | 
			
		||||
        child: Row(
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user