From 13456768315dede9ca4eac1a58eb4160ff131a1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Naskr=C4=99ski?= <36169811+jaknas@users.noreply.github.com> Date: Thu, 7 Mar 2024 10:59:46 +0100 Subject: [PATCH] chore(codeowners): add design system as owner for styles (#3511) --- CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CODEOWNERS b/CODEOWNERS index 56049a5949..0a2722cbbd 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -28,7 +28,7 @@ /src/features/item-details/ @box/preview /src/features/metadata-based-view/ @box/ui-elements /src/features/metadata-instance-editor/ @box/ui-elements -/src/styles/constants/ @box/ui-elements +/src/styles/ @box/ui-elements @box/design-system # Tests /test/ @box/webapp