mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-02-20 07:44:01 -05:00
Clean button UI
This commit is contained in:
@@ -29,7 +29,8 @@ export default function ThemeIcon(props: {
|
||||
<SunIcon className={clsx(className, 'block dark:hidden')}/>
|
||||
</>
|
||||
return <button onClick={toggleTheme}>
|
||||
<Row className="items-center gap-1 border-2 border-gray-500 rounded-full p-1 max-w-fit mx-2 px-3">
|
||||
<Row
|
||||
className="items-center gap-1 border-2 border-gray-500 rounded-full p-1 max-w-fit mx-2 px-3 hover:bg-canvas-100">
|
||||
{icon}
|
||||
{children}
|
||||
</Row>
|
||||
|
||||
@@ -548,3 +548,8 @@ input {
|
||||
0 0.01em currentColor,
|
||||
0 -0.01em currentColor;
|
||||
}
|
||||
|
||||
select {
|
||||
@apply hover-bold;
|
||||
@apply cursor-pointer;
|
||||
}
|
||||
Reference in New Issue
Block a user