mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-04-23 03:00:31 -04:00
add borderBottomRadius: '5px',
This commit is contained in:
@@ -21,6 +21,7 @@ const invokeAIFilledTrack = defineStyle((_props) => ({
|
||||
const invokeAITrack = defineStyle((_props) => {
|
||||
return {
|
||||
bg: 'none',
|
||||
borderBottomRadius: '5px',
|
||||
};
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user