Version 2 #5
StevenRotelli
started this conversation in
Ideas
Replies: 1 comment
-
new variables are as follows: --gap: 8px;
--border-radius: 8px;
--horizontal-gap: var(--gap);
--vertical-gap: var(--gap);
--focus-border-color: var(--grp-teal-1);
--soft-err-bg-color: #7f7f27;
--soft-err-border-color: #ffcc00;
--soft-err-bg-color-lite: #feffbd;
--soft-err-border-color-lite: Yellow;
--border-color: gray;
--border-color-hover: light-grey;
--border-color-focus: var(--grp-teal-1); if anyone has recommendations, I'm all ears. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Key Updates
I've also started a discussion for any variable suggestions, and I'll be depricating the AutoSize class soon, please use AutoHeight instead.
Full Changelog: v2.0...latest
This discussion was created from the release Version 2.
Beta Was this translation helpful? Give feedback.
All reactions