refactor special request & time estimate components

This commit is contained in:
2025-10-11 10:55:19 +03:00
parent cef2804ee6
commit 3ea54c0b3d
9 changed files with 69 additions and 86 deletions

View File

@@ -3,14 +3,16 @@
}
.editButton {
color: var(--primary, #FFB700);
color: var(--primary, #ffb700);
font-size: 14px;
cursor: pointer;
}
.textArea{
.textArea {
border-radius: 24px;
margin: 40px 0;
}
.actionButton{
.actionButton {
border-radius: 24px;
width: 100px;
}
width: 100% !important;
height: 48px !important;
}