refactor: removed constant sizes
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
|
||||
.create-button {
|
||||
padding: 11px 10px 12px 10px;
|
||||
padding: 10px 10px 11px 10px;
|
||||
border-bottom: 2px solid gray;
|
||||
}
|
||||
|
||||
|
||||
@ -16,7 +16,7 @@ const CreateBoardButtonMobile = () => {
|
||||
<Box
|
||||
onClick={startEditing}
|
||||
className={styles["create-button"]}>
|
||||
<IconPlus size={22} />
|
||||
<IconPlus />
|
||||
</Box>
|
||||
)}
|
||||
modalTitle={"Создание доски"}
|
||||
|
||||
Reference in New Issue
Block a user