1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-30 02:21:17 +03:00

change accent color

This commit is contained in:
Bruno Windels
2020-07-14 20:36:27 +02:00
parent e955feb12d
commit 38549ecf4c
3 changed files with 5 additions and 5 deletions

View File

@ -72,7 +72,7 @@ limitations under the License.
&:hover {
color: $accent-color;
background: rgba(#03b381, 0.06);
background: rgba($accent-color, 0.06);
&::before {
background-color: $accent-color;