Op Builder

Results 39 comments of Op Builder

@Fingertips18 and @WillsWebsites Here is the solution ```tsx 'use client'; import { Form, FormControl, FormDescription, FormField, FormItem, FormLabel, FormMessage } from '@/components/ui/form'; import { Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectTrigger,...

@MortenHofft Use this ```js Documentation ```

No the styling is applied for all variants when applied to toast variant ignoring the default styling for other variants

I want to change the default style of the toast when we call the toast like this ```tsx toast('Event has been created') ``` because I would like to apply the...

@emilkowalski can I make a PR for the default property which takes the styling in the classNames so that it will not effect the other variants

> @imopbuilder Of course, go for it! sure I will start working on it

@emilkowalski I have made a PR #245 by add the default property to the types and also to the state

@justinnais yes the property has been removed in the commit but the types are not updated hence the ```default``` type is undefined but you can refer to this link where...