This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<template> | |
<div class="flex justify-center"> | |
<div class="relative"> | |
<button | |
class="flex text-md border-2 border-transparent rounded-full focus:outline-none focus:border-gray-300 transition" | |
@click="toggleDropdown" | |
> | |
<SunIcon | |
v-if="option === 'light'" | |
class="h-6 w-6" |