-
| 
         All the components are dark but i want to use light theme  | 
  
Beta Was this translation helpful? Give feedback.
      
      
          Answered by
          
            Saeid-Za
          
      
      
        Jun 17, 2024 
      
    
    Replies: 1 comment 2 replies
-
| 
         Components use tailwind clasess to support both light and dark modes.  | 
  
Beta Was this translation helpful? Give feedback.
                  
                    2 replies
                  
                
            
      Answer selected by
        sadeghbarati
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Components use tailwind clasess to support both light and dark modes.
If you only see the dark mode, it's because of the "dark" class on body.
Any chance you've added that class to your body element, but you didn't mean to?
I'd suggest reading the themeing section in the docs.
https://www.shadcn-vue.com/docs/dark-mode.html