We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ac59f3 commit e3cfe85Copy full SHA for e3cfe85
1 file changed
src/index.scss
@@ -101,6 +101,21 @@ body {
101
.#{bp.$ns}-toast {
102
user-select: text;
103
max-width: 700px;
104
+
105
+ &.#{bp.$ns}-intent-primary {
106
+ background-color: color.adjust(pb.$pybricks-blue, $lightness: -10%);
107
108
+ & .#{bp.$ns}-button {
109
+ background-color: color.adjust(
110
+ pb.$pybricks-blue,
111
+ $lightness: -10%
112
+ ) !important;
113
114
+ &:hover {
115
+ background: pb.$pybricks-blue !important;
116
+ }
117
118
119
}
120
121
.#{bp.$ns}-button {
0 commit comments