Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Change room recovery reminder button style
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
jryans committed Dec 13, 2018
1 parent 96300b4 commit 15366fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions res/css/views/rooms/_RoomRecoveryReminder.scss
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,5 @@ limitations under the License.

.mx_RoomRecoveryReminder_button.mx_RoomRecoveryReminder_secondary {
@mixin mx_DialogButton_secondary;
background-color: transparent;
}

0 comments on commit 15366fb

Please sign in to comment.