made trigger button antd component

This commit is contained in:
t1enne
2022-10-22 10:43:35 +02:00
parent 7d9913980e
commit 7c0474f14a
2 changed files with 22 additions and 10 deletions

View File

@@ -3,13 +3,23 @@
align-items: center;
}
.buttonWrap {
display: flex;
align-items: center;
height: 100%;
button {
color: currentColor;
}
}
.icon {
height: 15px;
margin-right: 5px;
}
.menu {
border: none;
background-color: transparent;
margin: 8px;
color: currentColor;
// border: none;
// background-color: transparent;
// margin: 8px;
}