Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
adrians5j committed Jan 21, 2025
1 parent 538b8c9 commit 321e446
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/admin-ui/src/Alert/Alert.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export const Info: Story = {
type: "info",
children: (
<>
This type of notification is suitable for general usage where there's no need for
This type of notification is suitable for general usage where theres no need for
accent. And <a href={"#"}>this thing here</a> is a short link.
</>
)
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/src/TopAppBar/TopAppBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export type TopAppBarProps = RmwcTopAppBarProps & {
const TopAppBar = (props: TopAppBarProps) => {
const { children, ...rest } = props;
return (
<RmwcTopAppBar {...rest} className={"bg-primary-default"}>
<RmwcTopAppBar {...rest} className={"wby-bg-primary-default"}>
<TopAppBarRow>{children}</TopAppBarRow>
</RmwcTopAppBar>
);
Expand Down

0 comments on commit 321e446

Please sign in to comment.