feat: update Button component styles and themes; introduce new slate theme for consistent UI across Dropdown, SearchInput, and Navbar components, and enhance MovieList display type toggle functionality
This commit is contained in:
@@ -211,8 +211,8 @@ export const MovieList: FC<Props> = ({
|
||||
/>
|
||||
{!overrideDisplayType && (
|
||||
<Button
|
||||
theme="glass"
|
||||
size="icon"
|
||||
theme="slate"
|
||||
onClick={() =>
|
||||
setDisplayType(displayType === "grid" ? "list" : "grid")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user