-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix tabs style at workspaces and make them consistent with the rest of the application #3344
Conversation
@ahussein3 Can you add a before-after image to your PR? |
@@ -10,6 +10,7 @@ function WorkspaceHeaderSection({ name, namespaces, clusterName }: Workspace) { | |||
return ( | |||
<Flex column gap="16"> | |||
<Button | |||
startIcon={<Icon type={IconType.FilterIcon} size="base" />} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💯 , nice.
@@ -6,15 +6,6 @@ export const CustomSubRouterTabs = styled(SubRouterTabs)(props => ({ | |||
'.MuiTabs-root': { | |||
marginTop: props.theme.spacing.medium, | |||
width: '100%', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we get rid of these styles too?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
will give it a look right a way
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Styling fixes that remove styles are the best
Closes #3925
What changed?