Skip to content

Commit

Permalink
fix(custom-theme): remove for now
Browse files Browse the repository at this point in the history
  • Loading branch information
ariellalgilmore committed Dec 18, 2024
1 parent 261b9f3 commit 15db0ad
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
3 changes: 1 addition & 2 deletions examples/custom-theme/src/App.jsx
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
import { Button, IconIndicator } from '@carbon/react';
import { Button } from '@carbon/react';
import React from 'react';

export default function App() {
return (
<div>
<Button>Button with custom theme</Button>
<IconIndicator kind="error" label="Custom status red"></IconIndicator>
<div className="background color">$background</div>
<div className="background-active color">$background-active</div>
<div className="background-inverse color">$background-inverse</div>
Expand Down
3 changes: 0 additions & 3 deletions examples/custom-theme/src/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@
@use '@carbon/react/scss/components/button/tokens' as button-tokens with (
$button-primary: #3f51b5
);
@use '@carbon/react/scss/components/icon-indicator/tokens' as status-tokens with (
$status-red: #b53f3f
);
@use '@carbon/react';

:root {
Expand Down

0 comments on commit 15db0ad

Please sign in to comment.