You've already forked matrix-react-sdk
							
							
				mirror of
				https://github.com/matrix-org/matrix-react-sdk.git
				synced 2025-11-04 11:51:45 +03:00 
			
		
		
		
	Use same colour variable as text
This commit is contained in:
		@@ -102,7 +102,7 @@ limitations under the License.
 | 
				
			|||||||
    &::before {
 | 
					    &::before {
 | 
				
			||||||
        content: '';
 | 
					        content: '';
 | 
				
			||||||
        display: inline-block;
 | 
					        display: inline-block;
 | 
				
			||||||
        background-color: #fff; // Same colour for all themes
 | 
					        background-color: $button-fg-color;
 | 
				
			||||||
        mask-image: url('$(res)/img/element-icons/room/invite.svg');
 | 
					        mask-image: url('$(res)/img/element-icons/room/invite.svg');
 | 
				
			||||||
        mask-position: center;
 | 
					        mask-position: center;
 | 
				
			||||||
        mask-repeat: no-repeat;
 | 
					        mask-repeat: no-repeat;
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user