Skip to content

Commit

Permalink
fix: remove border color
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdehaven committed Jan 16, 2024
1 parent 1b50b20 commit 44e2605
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/toolbar/MarkdownToolbar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -363,8 +363,6 @@ onMounted(() => {
background-color: var(--kui-color-background-neutral-strongest, $kui-color-background-neutral-strongest);
/* stylelint-disable-next-line @kong/design-tokens/use-proper-token */
border-bottom-color: var(--kui-color-background-neutral, $kui-color-background-neutral);
/* stylelint-disable-next-line @kong/design-tokens/use-proper-token */
border-top-color: var(--kui-color-background-neutral-strongest, $kui-color-background-neutral-strongest);
.toolbar-divider {
background-color: var(--kui-color-background-neutral-stronger, $kui-color-background-neutral-stronger);
Expand Down

0 comments on commit 44e2605

Please sign in to comment.