You've already forked matrix-react-sdk
							
							
				mirror of
				https://github.com/matrix-org/matrix-react-sdk.git
				synced 2025-11-03 00:33:22 +03:00 
			
		
		
		
	Use same colour variable as text
This commit is contained in:
		@@ -102,7 +102,7 @@ limitations under the License.
 | 
			
		||||
    &::before {
 | 
			
		||||
        content: '';
 | 
			
		||||
        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-position: center;
 | 
			
		||||
        mask-repeat: no-repeat;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user