feat(web): tailwind css (#1147)
This commit is contained in:
@@ -7,9 +7,9 @@ type Props = {
|
||||
}
|
||||
|
||||
const styles = {
|
||||
base: 'px-2 py-1.5 text-center rounded-full cursor-pointer transition border-1 border-solid active:border-info active:bg-info active:color-neutral-contrast',
|
||||
unselected: 'color-neutral border-secondary',
|
||||
selected: 'border-info bg-info color-neutral-contrast',
|
||||
base: 'px-2 py-1 text-center rounded-full cursor-pointer transition border border-solid active:border-info active:bg-info active:text-neutral-contrast',
|
||||
unselected: 'text-neutral border-secondary-border',
|
||||
selected: 'border-info bg-info text-neutral-contrast',
|
||||
}
|
||||
|
||||
const Bubble: FunctionComponent<Props> = ({ label, selected, onSelect }) => (
|
||||
|
||||
Reference in New Issue
Block a user