Use StyledRadioGroup
This commit is contained in:
parent
fb953ade8e
commit
f64ef65f97
7 changed files with 72 additions and 147 deletions
|
@ -179,6 +179,14 @@ limitations under the License.
|
|||
color: $accent-color;
|
||||
}
|
||||
|
||||
.mx_MessageComposer_button_highlight {
|
||||
background: rgba($accent-color, 0.25);
|
||||
// make the icon the accent color too
|
||||
&::before {
|
||||
background-color: $accent-color !important;
|
||||
}
|
||||
}
|
||||
|
||||
.mx_MessageComposer_button {
|
||||
position: relative;
|
||||
margin-right: 6px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue