Skip to content

How to change theme for global corner radius with default theme? #983

Discussion options

You must be logged in to vote

a little warning, if you use dark mode, you may want to dooble the informations like this :

    Classic:
      modes:
        light:
          bubble-border-radius: "8px" 
          bubble-icon-border-radius: "200px" #circle icons
          bubble-sub-button-border-radius: "200px" #circle sub-buttons
        dark:
          bubble-border-radius: "8px" 
          bubble-icon-border-radius: "200px" #circle icons
          bubble-sub-button-border-radius: "200px" #circle sub-buttons

This will allow you to switch from one to the other without more trouble

Replies: 3 comments 4 replies

Comment options

You must be logged in to vote
0 replies
Comment options

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

@makerwolf
Comment options

@johndoe0815
Comment options

@johndoe0815
Comment options

Answer selected by makerwolf
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment