Add TextButton widget (#321)

This commit is contained in:
Keavon Chambers
2021-07-31 04:58:25 -07:00
parent 8ed28daaf4
commit e1698c2783
5 changed files with 101 additions and 6 deletions
+2
View File
@@ -55,6 +55,8 @@
--color-accent-rgb: 49, 148, 214;
--color-accent-hover: #49a5e2;
--color-accent-hover-rgb: 73, 165, 226;
--color-accent-disabled: #416277;
--color-accent-disabled-rgb: 65, 98, 119;
// TODO: Replace with CSS color() function to calculate alpha when browsers support it
// See https://developer.mozilla.org/en-US/docs/Web/CSS/color_value/color() and https://caniuse.com/css-color-function