Skip to content

Theme in Shadcn-ui #307

Answered by nank1ro
ZorinFoss asked this question in Q&A
Feb 26, 2025 · 2 comments · 10 replies
Discussion options

You must be logged in to vote
  1.  ShadApp.material(
           materialThemeBuilder: (context, theme) {
             return theme.copyWith(
               appBarTheme: theme.appBarTheme.copyWith(
                 backgroundColor: Colors.red,
               ),
             );
           },
     ),
  2.  ShadApp.material(
           materialThemeBuilder: (context, theme) {
             return FlexThemeData.light(scheme: FlexScheme.mandyRed);
           },
     ),

Replies: 2 comments 10 replies

Comment options

You must be logged in to vote
6 replies
@nank1ro
Comment options

@ZorinFoss
Comment options

@nank1ro
Comment options

@ZorinFoss
Comment options

@nank1ro
Comment options

Answer selected by nank1ro
Comment options

You must be logged in to vote
4 replies
@ZorinFoss
Comment options

@nank1ro
Comment options

@ZorinFoss
Comment options

@nank1ro
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
bug Something isn't working triage Issues that need assessment and prioritization
2 participants
Converted from issue

This discussion was converted from issue #306 on February 26, 2025 09:43.