diff --git a/adr/0017-theme-manager.md b/adr/0017-theme-manager.md new file mode 100644 index 0000000..fefa57a --- /dev/null +++ b/adr/0017-theme-manager.md @@ -0,0 +1,30 @@ +# [Design Guideline] + +* Status: accepted +* Deciders: iOS Team +* Date: 2021-04-14 + +## Context + +We are creating a design guideline. All team members should follow defined rules. + +## Decision + +* Do not assign + + - corner radius + - shadow + - border width/color + - text color + - background color + - text size + - tint color + +on storyboard. + +* Do not use any color that isn't in our color palette. If that is the case contact with designer team. +* Add icons as SVGs. Choose single scale while adding. + +## Consequences + +Project will be ready to implement design guideline.