From 9588987e30adf16cc234d96c31b3fa722f80d818 Mon Sep 17 00:00:00 2001 From: Timothy <6560631+TimoPtr@users.noreply.github.com> Date: Thu, 7 Aug 2025 11:56:47 +0200 Subject: [PATCH] Add Mobile team and design has codeowner of the theme colors (#26428) --- CODEOWNERS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CODEOWNERS b/CODEOWNERS index b20db7e546..0a2c128277 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -6,3 +6,6 @@ # Part of the frontend that mobile developper should review src/external_app/ @bgoncal @TimoPtr test/external_app/ @bgoncal @TimoPtr + +# Part of the frontend that mobile developper and designer should review +src/resources/theme/color/ @bgoncal @marcinbauer85 @TimoPtr @wendevlin