Apply a few frontend fixes on dropdown (#169)

This commit is contained in:
Charles Bochet
2023-06-01 00:56:32 +02:00
committed by GitHub
parent 0881c098f0
commit 902aa28150
4 changed files with 40 additions and 27 deletions

View File

@ -13,6 +13,7 @@ const commonTheme = {
iconSizeLarge: '1.23rem',
fontWeightBold: 500,
fontFamily: 'Inter, sans-serif',
spacing: (multiplicator: number) => `${multiplicator * 4}px`,
};