Claus Steuer
Claus Steuer
If the platform requests to disable all animations, AnimationController reduces the duration if animationBehavior is set to normal (the default). This is not desirable in all situations and can therefore...
I had to close #72 and open this PR instead because the old PR was tracking our master branch. Please see the comments in #72 for details about this PR.
When applying a default label policy like this: ``` resource "zitadel_default_label_policy" "label_policy" { primary_color = "#000000" warn_color = "#cd3d56" background_color = "#ffffff" font_color = "#4a4a4a" primary_color_dark = "#ffffff" background_color_dark =...