mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
add borderBottomRadius: '5px',
This commit is contained in:
parent
0e50005643
commit
72d64513d0
@ -21,6 +21,7 @@ const invokeAIFilledTrack = defineStyle((_props) => ({
|
||||
const invokeAITrack = defineStyle((_props) => {
|
||||
return {
|
||||
bg: 'none',
|
||||
borderBottomRadius: '5px',
|
||||
};
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user