Skip to content

Commit

Permalink
corrected color of tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
Corepex committed Feb 21, 2024
1 parent ff1c421 commit 6f0d09c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion assets/js/src/components/editor-tabs/editor-tabs.styles.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ export const useStyle = createStyles(({ token, css }) => {
margin-left: ${token.paddingSM}px;
margin-right: ${token.paddingSM}px;
}
&.ant-tabs .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
color: ${token.colorPrimaryActive}
}
.ant-tabs-tab {
&:first-of-type {
Expand Down Expand Up @@ -60,7 +63,7 @@ export const useStyle = createStyles(({ token, css }) => {
}
.ant-tabs-tab.ant-tabs-tab-active {
border-bottom: 2px solid ${token.Tabs.inkBarColor};
border-bottom: 2px solid ${token.colorPrimaryActive};
animation: fadeIn .2s;
}
`
Expand Down

0 comments on commit 6f0d09c

Please sign in to comment.