Skip to content

Commit

Permalink
refactor(color-picker): update demo page
Browse files Browse the repository at this point in the history
  • Loading branch information
Nantawat-Poothong committed Nov 2, 2022
1 parent 3de0252 commit 52bdbfe
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/elements/src/color-picker/__demo__/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,7 @@
<p> Output: <span id="readbleColor"></span></p>
<textarea readonly id="defaultColorOutput"></textarea>
</div>
<script type="module">
import { readableColor } from '@refinitiv-ui/utils/color.js';

<script>
// Default Color Picker
const defaultColorPicker = document.getElementById('defaultColorPicker');
const hexInputDefault = document.getElementById('hexInputDefault');
Expand Down

0 comments on commit 52bdbfe

Please sign in to comment.