mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
made default radius for UI smaller (#5809)
This commit is contained in:
parent
fd0a57c4a1
commit
5d6d847328
@ -42,7 +42,7 @@ export const useLocalState = create<LocalStateProps>()(
|
||||
primaryColor: 'indigo',
|
||||
whiteColor: '#fff',
|
||||
blackColor: '#000',
|
||||
radius: 'md',
|
||||
radius: 'xs',
|
||||
loader: 'oval'
|
||||
}),
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user