mirror of
https://github.com/bitwarden/browser
synced 2025-12-18 17:23:37 +00:00
Revert "[AC-1423] Add minWidth input to bit-progress component"
This reverts commit 95b2223a30.
This commit is contained in:
@@ -15,7 +15,6 @@ export default {
|
||||
showText: true,
|
||||
size: "default",
|
||||
bgColor: "primary",
|
||||
minWidth: 0,
|
||||
},
|
||||
} as Meta;
|
||||
|
||||
@@ -39,10 +38,3 @@ export const CustomText: Story = {
|
||||
text: "Loading...",
|
||||
},
|
||||
};
|
||||
|
||||
export const MinWidth: Story = {
|
||||
args: {
|
||||
barWidth: 0,
|
||||
minWidth: 5,
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user