1
0
mirror of https://github.com/phuoc-ng/csslayout.git synced 2025-08-18 03:41:35 +02:00

Small layout tweaks

This commit is contained in:
Phuoc Nguyen
2019-12-10 18:53:48 +07:00
parent acc2e20091
commit 00655da226
4 changed files with 157 additions and 148 deletions

View File

@@ -21,7 +21,7 @@ const DetailsLayout: React.FC<DetailsLayoutProps> = ({ title, children }) => {
style={{
alignItems: 'center',
backgroundColor: '#00449E',
borderRadius: '9999px',
borderRadius: '4px',
color: '#FFF',
display: 'inline-flex',
margin: '32px 0',