add borderBottomRadius: '5px',

This commit is contained in:
mickr777
2023-07-02 15:05:32 +10:00
committed by GitHub
parent 0e50005643
commit 72d64513d0

View File

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