add borderBottomRadius: '5px',

This commit is contained in:
mickr777 2023-07-02 15:05:32 +10:00 committed by GitHub
parent 0e50005643
commit 72d64513d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,6 +21,7 @@ const invokeAIFilledTrack = defineStyle((_props) => ({
const invokeAITrack = defineStyle((_props) => {
return {
bg: 'none',
borderBottomRadius: '5px',
};
});