mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-17 12:35:46 +00:00
made default radius for UI smaller (#5809)
This commit is contained in:
@ -42,7 +42,7 @@ export const useLocalState = create<LocalStateProps>()(
|
|||||||
primaryColor: 'indigo',
|
primaryColor: 'indigo',
|
||||||
whiteColor: '#fff',
|
whiteColor: '#fff',
|
||||||
blackColor: '#000',
|
blackColor: '#000',
|
||||||
radius: 'md',
|
radius: 'xs',
|
||||||
loader: 'oval'
|
loader: 'oval'
|
||||||
}),
|
}),
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user