Clean up employee warning

Summary: Replaced in-your-face warning with a but more subtle one. Means also less usage of component lib.

Reviewed By: nikoant

Differential Revision: D25944965

fbshipit-source-id: 02a66ff96df2ab8b648f8b8cbeb30d025adfd5a8
This commit is contained in:
Michel Weststrate
2021-01-19 07:07:33 -08:00
committed by Facebook GitHub Bot
parent 2e81955eae
commit 6f75e39ca5
3 changed files with 26 additions and 72 deletions

View File

@@ -77,6 +77,16 @@
@modal-header-title-font-size: @heading-2-size;
@modal-header-title-line-height: @heading-2-line-height;
// Notification overrides
// Inverse notification colors
.ant-notification-notice-message {
color: @background-default;
}
.ant-notification-notice {
background: @text-color-primary;
color: @background-default;
}
.flipperlegacy_design {
// Prevents ANT breaking global styles implicitly used by old Flipper design
line-height: 1;