mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Fix method titles in props
This commit is contained in:
@@ -29,9 +29,9 @@
|
||||
}
|
||||
|
||||
.methodTitle {
|
||||
font-weight: bold;
|
||||
font-size: 24px;
|
||||
color: #025268;
|
||||
font-weight: bold !important;
|
||||
font-size: 24px !important;
|
||||
color: #025268 !important;
|
||||
}
|
||||
|
||||
.compactProps .methodTitle {
|
||||
|
||||
Reference in New Issue
Block a user