mirror of
https://github.com/wassname/Open-Assistant.git
synced 2026-08-17 11:13:32 +08:00
border-bottom should be configurable and off for transparent
This commit is contained in:
@@ -21,4 +21,15 @@ const Template = (args) => {
|
||||
};
|
||||
|
||||
export const Default = Template.bind({});
|
||||
Default.args = { session: { data: { user: { name: "StoryBook user" } }, status: "authenticated" }, transparent: false };
|
||||
Default.args = {
|
||||
session: {
|
||||
data: {
|
||||
user: {
|
||||
name: "StoryBook user"
|
||||
}
|
||||
},
|
||||
status: "authenticated"
|
||||
},
|
||||
transparent: false,
|
||||
borderClass: undefined
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user