Skip to content

Commit

Permalink
MDCMigration: Style alert snackbar for MDC migration. (#6619)
Browse files Browse the repository at this point in the history
Style the alert snackbar buttons for MDC migration.

They were appearing a dark color at all times. Now we ask it to inherit
its color.

Sample screenshots:

![image](https://github.com/tensorflow/tensorboard/assets/17152369/e84fd2aa-5c34-4afd-bc5e-da77188b34ed)

![image](https://github.com/tensorflow/tensorboard/assets/17152369/90dc905b-d6f4-4c74-aca5-2c396c503413)
  • Loading branch information
bmd3k authored Oct 5, 2023
1 parent c640857 commit 526f9c1
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ limitations under the License.
margin-left: auto;
}

button {
button.mat-mdc-button {
color: inherit;
text-transform: uppercase;
}

0 comments on commit 526f9c1

Please sign in to comment.