From 0c1d602c1a1256ec629eca8b04f5a9ec83bc367d Mon Sep 17 00:00:00 2001 From: Simon L Date: Wed, 24 May 2023 15:50:16 +0200 Subject: [PATCH] address review Signed-off-by: Simon L --- developer_manual/design/foundations.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/developer_manual/design/foundations.rst b/developer_manual/design/foundations.rst index 6fc342bfc..3ec493f68 100644 --- a/developer_manual/design/foundations.rst +++ b/developer_manual/design/foundations.rst @@ -4,12 +4,12 @@ Foundations There are several design elements that are common to all Nextcloud apps. If you are developing for a platform that has its own design specifications, for example Android, it would be a good idea to keep those in mind while designing your app. -For web apps, there is the `Vue library `_ and the `Penpot Design Kit `_. +For web apps, there is the `Vue library `_ and the `Penpot design kit `_. Color ----- -`Penpot Colors `_ +`Penpot colors `_ Primary color ^^^^^^^^^^^^^ @@ -133,7 +133,7 @@ While interface elements like buttons are colored differently depending on their Typography ---------- -`Penpot Typographie `_ +`Penpot typography `_ To ensure compatibility with different platforms, Nextcloud apps always use the native system font. @@ -155,7 +155,7 @@ The text sizes for the different platforms are: Icons ----- -`Penpot Icons `_ +`Penpot icons `_ .. image:: ../images/material-icons.png :alt: Material icons