Change room recovery reminder button style
Change the button to a transparent background so that it's less prominent and you focus on the primary button instead. Signed-off-by: J. Ryan Stinnett <jryans@gmail.com>
This commit is contained in:
parent
96300b45b7
commit
15366fbb0a
1 changed files with 1 additions and 0 deletions
|
@ -40,4 +40,5 @@ limitations under the License.
|
||||||
|
|
||||||
.mx_RoomRecoveryReminder_button.mx_RoomRecoveryReminder_secondary {
|
.mx_RoomRecoveryReminder_button.mx_RoomRecoveryReminder_secondary {
|
||||||
@mixin mx_DialogButton_secondary;
|
@mixin mx_DialogButton_secondary;
|
||||||
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue