-
Notifications
You must be signed in to change notification settings - Fork 365
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
feat: add style to work with v-calendar time picker (#243) #265
feat: add style to work with v-calendar time picker (#243) #265
Conversation
Wow, Thanks for your time ❤️ |
Can you also add examples to the doc? like DatepickerWithTimePickerDemo.vue |
Done 👍 |
Please, also run pnpm build:registry in apps/www |
oh sorry, I didn't know! |
This comment was marked as resolved.
This comment was marked as resolved.
@valh1996 Fireeee 🔥 👍 |
@@ -267,7 +267,7 @@ onMounted(async () => { | |||
@apply mr-1 text-primary stroke-primary; | |||
} | |||
.vc-time-select-group select { | |||
@apply bg-transparent p-1 appearance-none outline-none text-center; | |||
@apply bg-primary-foreground p-1 appearance-none outline-none text-center; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@sadeghbarati The problem is that by doing bg-primary-foreground
instead of transparent, it broke the edges:
close #243
Dark
![CleanShot 2024-01-11 at 22 04 23](https://private-user-images.githubusercontent.com/20521112/296052156-e836a04f-bad1-43cc-92aa-e023bc7f05f7.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk1NjY0NTUsIm5iZiI6MTczOTU2NjE1NSwicGF0aCI6Ii8yMDUyMTExMi8yOTYwNTIxNTYtZTgzNmEwNGYtYmFkMS00M2NjLTkyYWEtZTAyM2JjN2YwNWY3LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTQlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE0VDIwNDkxNVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTdiMzliOWYwODE1ODJkYWZkNWRmMzExOTgwMmNjZDYxZDljOGZiNjEyODBmMDYwYzRmNmUxOGNmN2M3Mjc3ZWMmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.xRuBafObTuwOEA8z9X59r_bDpW6wT7X5R75QcTvq42I)
Light
![CleanShot 2024-01-11 at 22 05 15](https://private-user-images.githubusercontent.com/20521112/296052350-489a4561-6727-44ff-9436-95cae9509c42.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk1NjY0NTUsIm5iZiI6MTczOTU2NjE1NSwicGF0aCI6Ii8yMDUyMTExMi8yOTYwNTIzNTAtNDg5YTQ1NjEtNjcyNy00NGZmLTk0MzYtOTVjYWU5NTA5YzQyLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTQlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE0VDIwNDkxNVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTY3ZTk1ZDQ2MTAwZjI5ZTc2Zjc4N2NmOTIzMDEwYTZmMTcyMGFhMzVhNzljMmIyYzdmNjE3OTU0ZTBiYzhjYmEmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.thmEZZoYcqEUd4zoOZajoK8Jp077O8RwE3bK8Fj9IZ4)