fix: icon styles

This commit is contained in:
Peng Xiao
2022-10-08 18:20:25 +08:00
parent 1588cf9bd4
commit cffc30a076

View File

@@ -191,7 +191,7 @@
}
.tl-button {
@apply relative flex items-center justify-center text-base rounded border-0;
@apply relative flex items-center justify-center rounded border-0;
height: 32px;
width: 32px;
@@ -220,6 +220,10 @@
flex-flow: column;
border-radius: 8px;
padding: 8px;
.tl-button {
font-size: 16px;
}
}
.tl-tools-floating-panel {