Skip to content

Commit 30bdcc0

Browse files
committed
theme [nfc]: Expand DesignVariables dartdoc
1 parent 88e6cef commit 30bdcc0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lib/widgets/theme.dart

+3-1
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,11 @@ ThemeData zulipThemeData(BuildContext context) {
9797
// As computed by Anders: https://github.com/zulip/zulip-mobile/pull/4467
9898
const kZulipBrandColor = Color.fromRGBO(0x64, 0x92, 0xfe, 1);
9999

100-
/// Variables from the Figma design.
100+
/// Design variables, mainly from the Figma design.
101101
///
102102
/// For how to export these from the Figma, see:
103+
/// https://github.com/zulip/zulip-flutter/pull/762#discussion_r1664748114
104+
/// or
103105
/// https://www.figma.com/design/1JTNtYo9memgW7vV6d0ygq/Zulip-Mobile?node-id=2945-49492&t=MEb4vtp7S26nntxm-0
104106
class DesignVariables extends ThemeExtension<DesignVariables> {
105107
DesignVariables.light() :

0 commit comments

Comments
 (0)