From c9bbe21ef704e13b37ee417fe731e2a08814bd42 Mon Sep 17 00:00:00 2001 From: Jack Lukic Date: Wed, 29 Jun 2016 22:39:49 -0700 Subject: [PATCH] #4192 --- RELEASE-NOTES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index ed5157612..a44392b08 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -54,7 +54,7 @@ - **Progress** - Added progress `is complete` for returning whether success, warning, or error conditions are met **CSS Enhancements** -- **All UI** Extended variables which return exact pixel values in em (`@relativePX` and @px) up to 40px to allow for simple theming with exact values +- **All UI** Extended variables which return exact pixel values in em (`@relativePX` and @px) up to 64px to allow for simple theming with exact values - **Button** - Added variables for configuring `disabled` background image and box shadow. - **Site** - Added colored box shadow defaults. `ui message` now includes individual colored border shadows based on new site defaults. - **Site** - Added new `@inputColor` and `@inputPlaceholderColor` global variables that now control placeholder text styles across all components.