mirror of
https://github.com/element-hq/element-web
synced 2024-11-27 19:56:47 +03:00
Fix hex formatting
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
parent
b18622efe4
commit
273753a42a
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@ limitations under the License.
|
||||||
|
|
||||||
.mx_ImageView_button_close {
|
.mx_ImageView_button_close {
|
||||||
border-radius: 100%;
|
border-radius: 100%;
|
||||||
background: #21262C;
|
background: #21262c;
|
||||||
&::before {
|
&::before {
|
||||||
width: 32px;
|
width: 32px;
|
||||||
height: 32px;
|
height: 32px;
|
||||||
|
|
Loading…
Reference in a new issue