You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* added white color in modal
* search box tex color fixed
* color changed of search input text
* search text fixed
* button distance fixed
* issue Add space in buttons #248 solved
Add Some space in both buttons
Soluton -
code-
:where(.css-1uq9j6g).ant-btn-default {
background: #ffffff;
border-color: #d9d9d9;
color: rgba(0, 0, 0, 0.88);
box-shadow: 0 2px 0 rgb(0 0 0 / 2%);
}
add
margin : 3px;
after adding -
The text was updated successfully, but these errors were encountered: