Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add space in buttons #248

Closed
PATILYASHH opened this issue Aug 4, 2024 · 3 comments
Closed

Add space in buttons #248

PATILYASHH opened this issue Aug 4, 2024 · 3 comments
Assignees

Comments

@PATILYASHH
Copy link
Contributor

Add Some space in both buttons

image

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 -
image

@PATILYASHH
Copy link
Contributor Author

assign me for this issue

@devvsakib
Copy link
Owner

don't overwrite css, use tailwind css in button.
use a parent div for these 3 button and use flex, gap,

@PATILYASHH
Copy link
Contributor Author

don't overwrite css, use tailwind css in button. use a parent div for these 3 button and use flex, gap,
Got it

devvsakib pushed a commit that referenced this issue Aug 7, 2024
* 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants